Hi All,
I am using duplicatePage formula to copy page to another folder. How can I check whether the page is already created in the destination folder or not ? Is there any formula available to check this condition ?
Thanks,
Elam
Hi All,
I am using duplicatePage formula to copy page to another folder. How can I check whether the page is already created in the destination folder or not ? Is there any formula available to check this condition ?
Thanks,
Elam
Hello @Elam_Jaybal!
There’s no formula to check that but you can make a button with RunActions() to run different actions, and it will run them one after the other, meaning that if the first action is Duplicate Page, it won’t execute the next action until the page is done duplicating.
I hope this helps.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.