Hello,
I have a small problem when I use the backend workflow on bubble.
When I try to retrieve my merchants it works but as you can see on the capture at the category_id level I have the identifier of my category.
I’ve tried several times to replace but each time I lose all my merchants whereas I want there to be my merchants as well as the category name.
Thank you for your help.
Jici
July 2, 2024, 1:35pm
2
Bubble will always return ID for this field type.
The only option you have from backend WF is to create your own JSON using formatted as text on the list of merchant. Change the content-type for other custom type and build your own json there,
Thank you for your response.
I continued working on my side and I managed to find a solution! I think it kind of aligns with what you told me, actually.
So, first, I changed the return request to application/json
.
Then, I manually created my JSON format. I think there’s no better solution.
Here is the final result.
Thanks again for your response.
1 Like