Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In the "Select in Field" action, how do you assign multiple values to a field? I want that when I open the document, two values should be selected by default. I tried ("2016" | "2017") for the field "Year".But it's not working
Your Application is working correctly.
Just add new sheet and go back to 1st sheet, as you have given trigger on Activate sheet.
This will select 2016 & 2017 when you go to respective sheet.
Thank you. It worked