Power Automate - Error While Converting String to Number
While working with flow, i had a requirement to convert string to Integer. Here i have two items, on is Direct Integer and another on i am getting from SharePoint List.
I have created an action to set the variable directly, but it was not worked by setting the value to a variable. I got an error by setting the the variable. For that i have created a compose action and converted the value to integer as shown the steps below.
in the compose action i have added the formulae as int(string Value). After that i have set the value to a variable as shown below.
Hope this helps.
Comments