Hi,
I want to set a condition that checks if a text field contains data. But there is no "contains data" check. What's the workaround to this?
Thanks
Solved! Go to Solution.
@SeanHenderson to check for contains data you could try is not equal to an expression of null
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
@SeanHenderson to check for contains data you could try is not equal to an expression of null
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
That did it, thank you. I didn't realize there was a null expression.
The "expression of null" works fantastic for object variables and values. Great tip! However, if it is a string field, the comparison value might need to be blank/empty instead of "expression of null" since the string field initializes to blank/empty/"".
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
25 | |
24 | |
23 | |
23 | |
19 |
User | Count |
---|---|
58 | |
40 | |
40 | |
29 | |
24 |