Drag and drop an Evaluate Expression action below the previous one. a. In CONFIGURATION, click Edit.
Facing issue in RPA
Any one have solution
Discussion posts and replies are publicly visible
Looks like only 1 parameter was provided for the cast() function, when it needs 2.
As an alternative approach, have you tried replacing your current expression for the 'Evaluate expression' action to something like the following where the excelDocumentID is an integer type:
tointeger(pv!excelDocumentID)
Thanks Randall Richeson