Creating a parameterized authorization for multiple actions of the same connector

If you are using multiple actions from the same service, you do not need to create different objects for each of them. You need to add their corresponding IDs in the Actions array of the existing object for that service.

In the workflow example considered, the object for Trello service is:

[ 
       { 
          "auth" : { "access_token" : "9276fb05d973105df631d29894a8b49af8564b85951d121d0ca584a29761d89c"}, 
          "actions" : [ "a0","a2" ] 
       },
]

Where a2 is the Id of the Trello - Update Card.