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
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
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