Dec 07, 2023 12:41 AM
Hello!
Is there a way to get a public expiring url of an attacement through a script?
I use this code to get the cell value:
Solved! Go to Solution.
Dec 07, 2023 04:09 AM - edited Dec 07, 2023 04:09 AM
It appears that the automation scripting has not yet implemented the expired URL.
Since we can get the expired URL from the field, how about generating a list of record IDs that you need and process them in the repeating group?
Dec 07, 2023 04:09 AM - edited Dec 07, 2023 04:09 AM
It appears that the automation scripting has not yet implemented the expired URL.
Since we can get the expired URL from the field, how about generating a list of record IDs that you need and process them in the repeating group?
Dec 07, 2023 04:24 AM
Thank you @Sho !
That's a great workaround, initially I wanted a json string containing some list of expiring download urls. But I can manage also with a repeating group.
I truly appreciate your help.