Dear Friends,
I have a backend API workflow to accept requests from another API. One of my parameter keys (priorvc) is to accept a text list / array (i.e. AT, BBB, ANO). When I make a test call from Postman, i’m receiving an error: “Invalid data for key priorvc: AT cannot be parsed as a JSON”.
I’m guessing I’m doing something wrong in Postman. Here is my postman call with error message:
Bubble backend API workflow setup:
Thank you

