
Announcements
Hello,
I have a Do-Until inside another Do-Until action. The inner one creates record until the desired number of records has been met but it has been continuously creating records exceeding the desired number of records. The outer loop runs the inner loop until a certain date has been met.
My requirement is creating n number of record every n years. Am I doing this right or should I use a different approach?
I don't completely understand what you are trying to accomplish, but I believe you will have an issue using the utcNow() function.
The utcNow() will return the current date time in the format yyyy-MM-ddThh:mm:ss.fffffffZ and you are wanting it to equal a "NextCreation.." variable?
I think you will have difficulty getting utcNow() to equal a text variable. Especially since it will change each time it is called, even within the same flow.
utcNow has different results each time it is used
I'm not sure about how all of your flow works, but I believe you will certainly have issues with the Do Until using the utcNow() function.