I’ve been searching all day on the forum but without luck.
Here’s my scenario:
I make a http request to an api, the result is an object. How can i map every key with the appropriate pagevar?
Maybe im missing something obvious here.
So lets say i want to map each of the keys (“category”, “type” etc) with a text component.
How do i do that in this case when the api returns only an object?
MAP only works with lists.
This is my workaround to this specific case. I don’t know if there’s a way to set it up via the Data tab or if there are any other formulas to MAP objects to variables. Until now all my attempts were unsuccessful mapping objects from http requests to variables.