HI Everybody,
look for a litlle bit of help.
I have a SP List with an 'Attachment' column and some pdf or jpeg stacked there.
I want to use the function Download() to.. obviously download these once for all.
I tried this :
ForAll(coll_Temp;Download(First(ThisRecord).'Attachements')))
It didn't work.
First of all, is Download() supported by ForAll()?
and if not, what is the better way to reach my purpose?
Thank you for your time 🙂