Nested inline functions not working after migration to SharePoint 2019

  • 12 March 2021
  • 1 reply
  • 32 views

Badge +8

Greetings:

I'm working on a site migrated to SharePoint 2019 (from 2010) for which I'm getting lots of "Sorry, something went wrong" problems that I've traced (after lots of testing) to an issue with a conditional statement in a Nintex form. This is the statement:
fn-Not(fn-IsMemberOfGroup("HBG PMs"))
If I use
fn-IsMemberOfGroup("HBG PMs") 
or
fn-Not("HBG PMs") 
the form works fine. I'm sure that it's the nesting that is causing the problem. This same expression has worked in my SP2010 environment with no problem for years. Can anyone recommend a way around this problem?
 
FWIW, I'm using this expression as a conditional in the Appearance section of a repeating section control.
 
Thanks!

1 reply

Badge +8
I got it to work. The problem seems to have been the double quotes. When I use fn-Not(fn-IsMemberOfGroup('HBG PMs')) I don't get that error.

 

Who wudda thunk it?

Reply