Hi,
I have a string value pulled from excel of '23'.
I need to add this to a running total, but INT is not working. If I run int(variable.....) it fails with error :-
Unable to process template language expressions in action 'Increment_variable' inputs at line '1' and column '14474': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.
If I try with direct string it fails with :-
The variable 'mtest' of type 'Integer' cannot be initialized or updated with value '23' of type 'String'. The variable 'mtest' only supports values of types 'Integer'. (Did this as a sanity check)
Steps-
Read excel rows.
In apply all.
Move field to variable (MtestS) string variable.
inc variable (mtest) integer