Firstly strCapsResult variable has duplicate in the same workflow, delete the duplicate variable.
You have to give all the variables or values in the Array row in between curly braces as below,
{CurrentItem.Item("SmallLetters.toString"), strCpasResult.toString}
Hope it helps!!
@Singeetham_Sricharan
Error is your strCapsresult that variable is not assign check it
or
remove entire expression and provide it newly in inside {}
The error message is pretty clear. You’ve used a variable named strCapsResult but it doesn’t exist.
Also you have to put an array into ArrayRow which means a list of values inside {}
{Value1,Value2,Value3}
Firstly, the strCapsResult variable has a duplicate in the same workflow. Remove the variable strCapsResult which has a low-level scope in the code.
You have to give all the variables or values in the Array row in between curly braces as shown below:
{strCapsResult, strSomething}
Regards,
Ranjith Udayakumar
You don’t have to put .ToString onto string variables. They’re already strings.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
