Hi,
Simply click on the small clock icon located in the bottom left corner of the initial module within the action flow to access the schedule settings. Make sure you are not in edit mode while doing this.
Once the schedule settings open you can perform the required changes that you have mentioned.
I hope this will help. Let me know if you have any further queries.
Hi @mohini.tomar11 ,
thanks for your reply. the clock does not have the setting that I was looking for. It may need a custom logic and every month has different date of month end. In the scheduling setting it only provide those setting that required consistent schedule e.g. every month of 23rd to run but in my case it does not work because my company month end is at different dates e.g. October can be on 23 but November can be on 27 etc.
Another approach is to set up an artificial table in your backend via SQL with all the custom dates that you have in mind and set up a custom trigger logic upon it.
- The sql table does not have to be connected to but present in your datamodel and consequently in your knowledge model.
- Then you could setup a trigger that triggers if today is in that list of predefined dates. Just have to make sure that it is defined in a way that it only triggers exactly ones.
- Lastly you can start your Action Flow based on that trigger.