If you can get it to work when when it's empty, then simply negate the logic with the not() function: not(isNullOrEmpty( myCalcField ))
@Tarf yeah, I can use the Query List action and loop through the returned collection to achieve the same outcome, but the multiple actions with add...
I did. In the screenshot you can see that field "Skill Status" is set to value of "Removed"
To be a more specific, the issue definitely seems to be with the filter trying to compare if two People fields are equal. Is this a bug in my (older)...
The workaround I ended up implementing was to include two versions of the Hyperlink field within respective panels with conditional display rules. On...
I was previously using a custom validation function on a form to check for attachments, and more specifically, if 'a certain string' appeared in the ...
I'm trying to use the Update multiple items action to match all items for a certain Employee (people field) and change a Status (choice field) from...
I'm having difficult with the display of a Hyperlink control on a form during Display Mode. Specifically, it doesn't appear to resize at runtime de...
On many of my forms, Calculated Controls are used to display informative messages to the end user. For example, once a form has been approved, I migh...
On a form, I'm trying to display a user's "PreferredName" and "WorkEmail" using the userProfileLookup() function, and for some users it returns nothi...