How to fix compile error(s)Encountered processing expression in uipath please help me

@Sayyed_murtuz_Mohd You would need to use {} instead of ()

2 Likes

Try entering data like this {variable1, variable2, variable3}. If you want to change them to string it would work the same: {variable1.tostring, variable2.tostring, variable3.tostring}

1 Like

Thank you so much sir

1 Like