API code not working

Hello,

I’m new here. And after exploring a whole day on this platform i am start building an app. But I have a problem with my API that is not working. I hope someone can help me.

This is the final link i have and that works perfect: https://be.openfoodfacts.org/api/v0/product/737628064502

But i want that the last number is variabel so i can change it with a dynamic field. But how can i do that?

Now i have:
POST = https://be.openfoodfacts.org/api/v0/product/
BODY =

Thanks

Put square brackets round it. That will allow you set it.

https://be.openfoodfacts.org/api/v0/product/[variabel]


When set this way it becomes available in the property editor via “Get data from external API”

Here is the editor link

After initializing with example parameter here is the look

Cheers & all the best

1 Like