This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi @mzagar ,If you are reworking the flows, why don't you use https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1151729711/SharePoint+Online+-+Upload+File
HI @salishrodinger ,You can create a child pipeline in order to write the files into the external stage.After all files are processed successfully, you can continue with the process.
Hi @Manigandan ,
You can use the Filter snap to filter out only active objects.
Please take a look at the attached pipeline.
00_Fetch_Active_2023_07_16.slp (4.6 KB)
Best regards,
Marjan
Hi @FatemaShakir ,
You can try the following expression:
Date.parse(Date.now()).toLocaleDateTimeString({"timeZone":"Asia/Kolkata", "format":"yyyy-MM-dd HH:mm"})
It converts current datetime in IST timezone.
Also, you can take a look at this document...
Hi @Igor_Bozhinovski ,
You can use the Directory Browser snap.
After the snap, use a Filter. With that, you can filter the files that have “create date” bigger than date or between some date range.
After the filter, you can use File Reader with the p...