I´m using UiPathTeam ServiceNow activities and need to get some informations from table question_anwser.
How can I pass a variable parameter to this select command ? Is there other ways to peform this?
I´m using UiPathTeam ServiceNow activities and need to get some informations from table question_anwser.
How can I pass a variable parameter to this select command ? Is there other ways to peform this?
Welcome to our UiPath community.
You can pass variable here as below.
request_item.cat_item = '"+strValue+"'
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.