- Joined
- May 5, 2019
- Messages
- 21
- Reaction score
- 4
Hi,
I want to limit the Report Call scenario to execute only if [Agent] is listed in chosen agents list.
I've created a parameter "AgentsList" that contains the desired extensions in string, separated by comma, like: "101,102,103,104":

Now I want to add a condition to the "SkipIf" that will check if [Agent] is exist in [AgentsList].
Something like
Does anyone have an idea how to achieve this condition?
Thanks
I want to limit the Report Call scenario to execute only if [Agent] is listed in chosen agents list.
I've created a parameter "AgentsList" that contains the desired extensions in string, separated by comma, like: "101,102,103,104":

Now I want to add a condition to the "SkipIf" that will check if [Agent] is exist in [AgentsList].
Something like
XML:
SkipIf="[AgentsList] NOT CONTAINS [Agent]"
Does anyone have an idea how to achieve this condition?
Thanks