Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi There
I am looking to use multiple values in Select in Fields trigger upon opening document.
Document Properties -> Triggers -> On Open Has Action -> ADD -> Select in field
How to add multiple values?
Thanks
By including them in paretheses and separating them with a pipe character: ( "ValueA" | "ValueB" | "ValueC" )