Hello there wonderful people. I am trying to automate some Trello card creation. In my use case I am creating cards from database records. The record contains anywhere from 0-4 card label IDs given the specific record. I am wondering if there is a way to add multiple labels to a Trello card in one step. I was successfully able to add multiple members at once by feeding in member IDs as line items. However when I do that with labels, I get an invalid value error.
I know I can create a path with 4 different scenarios, but that becomes quite tedious as there are additional steps that need to happen after label(s) are assigned.
Thank you all so much for your time!