Hi Everyone - I'm new to Power Automate and I'm trying to improve my Flows!
I have successfully implemented previous Curbal videos where small file downloads can be automatically triggered using a Flow.
I have tried to get this blog/video to work:
In the Flow it creates a Loop count.
I get this error when it tries to run the Do Until
InvalidTemplate. Unable to process template language expressions for action 'Do_until' at line '1' and column '10985': 'The template language function 'greaterOrEquals' expects two parameter of matching types. The function was invoked with values of type 'Integer' and 'String' that do not match.'.
My dataset is called 'PayrollData' but everything else should be the same as the Curbal blog.
At "Run a query against a dataset 2" I altered the ROUNDUP for 0 places (did not solve the issue):
EVALUATE
ROW(
"loopsNeeded", ROUNDUP(
CALCULATE(DISTINCTCOUNT('PayrollData'[Index]))/25000,0)+1
)
Outputs:
And then the error message occurs for Do Until.
I'm not sure if someone I need to Initialise loopsNeeded as an integer.
It wasn't part of the blog or video.
Any suggestions welcome 🙂
Thanks in advance.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.