How can i give more than one condition and also how can i join more than one table in the script?
Which activity are you using here? I don’t think this is from Data Service activities.
Tagging @brandon.brown as this is related to ServiceNow activity pack and moving this to integrations activities area.
I’m using get task list activity from servicenow package. Yes, its not from Data Services since i was not getting the exact category so i posted with this.
i am unable to fetch the details from table by using the below query:
SELECT desc,sys_id
FROM sc_req_item
WHERE
desc like Pro%.
could u please help me on this