Pass String array value in triggers's parameter

Hi everyone,

In my usecase there is a requirement where I need to pass string array through the parameter of trigger while running the bot from orhestrator.

Kindly help me to understand the same.

Thanks in advance!

Regards,
Shreya

In Orchestrator, when you are creating a trigger, you can set the arguments from the process as seem in the example below:

Hi Lucas,

Thank you for your response on my query.

But my query is how to pass the value for parameter of which data type is an array of string in trigger, in screenshot you shared all parameters are of string data type.

Regards,
Shreya

Oh, sorry, I didn’t pay attantion to the array part!
I never had to do that. Did you try something like {“string1”, “string 2”}?

Hi Lucas,

Yes, I have tried the same but it was asking to pass the data in json format so I passed it like [“string1”,“string”] and it could passed successfully.

Thanks much for your time,

Regards,
Shreya

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.