Error- The variable 'Test' of type 'Integer' cannot be initialized or updated with value of type 'String'. The variable 'Test' only supports values of types 'Integer'.
I have first Initialized the Integer variable, Then i want to set the variable. but i am getting this error.
Any one having any idea regarding this?
Solved! Go to Solution.
Hi @Rushi_Chandak,
It looks like you are using a text value instead of a number value in the set variable action.
In the set variable you can try and convert it to a number by using an expression with an int function:
int(outputs('Compose'))
Hi @Rushi_Chandak,
It looks like you are using a text value instead of a number value in the set variable action.
In the set variable you can try and convert it to a number by using an expression with an int function:
int(outputs('Compose'))
Thank You. @Expiscornovus
Its Working Now.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
46 | |
18 | |
15 | |
14 | |
12 |
User | Count |
---|---|
62 | |
42 | |
25 | |
22 | |
19 |