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?
Thank You. @Expiscornovus
Its Working Now.
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'))