Hi, I want to run process on 1st Working days in CloudWorks.
If I want to do this, I should use CloudWorks API?
Month
First Working day
4
3
5
1
6
Hi @hyudolee ,
In Clouworks you can set schedule to be run on a fixed date or then for example first monday of the month but unfortunately we don't have option βfirst working day". I would assume that partly this is because first working day can be different dependant on country.
If you need to get schedule to be run on your first working day of the month your option would be manually updating fixed date in Cloudworks for next month after current month has been run (Maybe set up a calendar reminder to 10th of every month or something like that to remember to do that). Other option would be creating a script that would update fixed date utilising Cloudworks API. Logic for this script could be example to be run everyday to set fixed date to be next first working day of the month.
Best regards,
Pyry
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context andβ¦