Given a Manual Trigger with 2 checkboxes:
I want to create a field with the values that are selected in the manual trigger.
For that I did declare a variable named allReleases with value:
24Q4,25Q2
And after tried to define a new variable, filter this list with the selected fields in the userInput:
{{#allReleases.split(",")}}
{{#if(userInputs.get({{.}}))}} {{.}}{{/}}
{{/}}
But I get:
I don´t if it is possible or maybe there is another way to do it.
Thanks in advance
Some things I observe in what you show:
What value do you want in the "field with the values that are selected in the manual trigger"?
Kind regards,
Bill
@Asier Vadillo -- I just saw you posted another, updated version of this question here:
Please close out this one to help the community focus on the later one. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.