Jici
3
There’s, from my point of view, three options. However, Both could cost a lot of WU
A) Setting RG as “text” for data type and using the ID of returned API Call. In cell, use another call to fetch the data based on the ID. If this come from the same API, this is simple, but if this come from different services, this could be more complicated, mostly if they use the same ID structure.
B) Create a DB thing to store information in a single DB type, but with differents fields for each API (however, one field will be the “origin” of the data so you can set conditions in RG to display data. Don’t forget that you can store the whole API data into a single field of the API data type.
C) Get data from api as “text” (or activate detect header and allow workflow to continue if error to get access to raw body). Use A) settings with RG set as text but push the entire array item to RG and use a JSON plugin to parse the raw body and display data.
1 Like