Hello everyone, I come to you because I can’t find the solution.
I have a PUT-like API that performs an action with my Discord/bot app.
This API adds a specific role in a guild and works perfectly if the data is written as shown in image 2.
On the other hand, as soon as I want the data to be recovered dynamically, I get an error (image 3) and it doesn’t work. However, I do retrieve the same type of data expected by the API. I even tried to enter the exact same value as image 2.
Type need to stay empty because the API will only return 204 code.
Debug using step-by-step mode or LOGS to see what you are sending to API. The error is in your action, not in your API Connector because you was able to initialize it.
Question: did you save any of theses ID into a number field?