Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the field "Producers" in my Select in Field trigger.
I need to know how to write a search string where the "Producers" selected would be based on a
FilterUser = OSUser() (obviously the OSUser() is system generated).
Note: The FilterUser field is tied to specific Producers I want to filter on these Producers based on the FilterUser being the same as the OSUser().
Thanks in advance.
Looks like you want a Select in Field action on field FilterUser instead of field Producers, with a search string expression
=OSUser()
You can add a second action for field Producers to select possible values, if you want.