microflow timer

0
Hello Everyone, first time posting. I am triggering a Microflow with a timer widget. It triggers every 30 secs lets say. In the microflow I need to keep count of the number of times it fires which then I do something with this value. I have tried all kinds of approaches within the MF but can’t seem to get what I want. Any help welcome. Martin
asked
1 answers
1

Create a (non) persistent object that stores the counter. Then in the microflow retrieve this object or create it if none is to be found and just update the object where you update the counter attribute with object/counter +1. Then you can use this counter to do your stuff.

Regards,

Ronald

 

answered