Hello everyone,
I want to create a flow that transfers data from Microsoft Forms to a Microsoft SharePoint list. In the form I have a field for entering an amount. Now when the flow starts, the following error message appears:
Unable to process template language expressions in action 'Verfassen' inputs at line '0' and column '0': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.
I have tried the following actions:
- Initialize variables with type string

- Compose with the expression int(variables('EK - Volumen'))

- Convert numbers

I also tried to set the restriction to numbers in the form, unfortunately also no success. In this case the amount 0,00 € is entered as value in the list.
Does anyone have a tip on how I can build the flow so that the text is converted to a currency?
In the SharePoint list the column is also formatted as currency.
Thanks a lot.
Many greetings
Kai