Skip to main content

I don’t see a way to use placeholders on an action parameter that is a List. I have found out that you can duplicate the action, and change the parameter type, but that is not very convenient.
Can this be looked at? Anybody else have this issue?

Hey ​@nelson_prenga ,

Can you provide an example that you are trying to solve?


I would like to add a placeholder to the reason parameter for example.

 


@nelson_prenga ,

Thanks, now it makes sense. Unfortunately, the only way to solve this right now is to create several conditional branches in the playbook, where each branch will correspond to a different value in the list. 

Or to make a custom action that will take this input as a string, like you’ve tried already.


Reply