I’m new to make and i am working on a custom app and I have a module where I want to define the response, so the user can use specific values from the array in the next module. The Problem is i don’t know how to define it in the interface tab. I can’t find how to define the array content (a collection in my case)
then you need to specify the parameters that will appear in one item in the array. For each parameter, you need to specify original name from API, its type and label that will appear to the user:
thank you, if i define it like you said, how can i also add more values of the APIs response on the same layer as the array? I am asking because in the user definition of yours i cant find the connection that this is connected to the array. Like my example showed there was “id” and “data”