After initializing the API call, it gives you options, you specify how you want to save the incoming data, if you used the database as a list of text, show that the incoming data is a text and save it.
A little error is now happening which is slightly weird - some of the API information being shown on the repeating group is correct and dynamic (based on the input) but some fields returned are the static information from the API initialization.
Would you know why this happened and how to fix it?
The repeating group’s fields are all based on what is saved in the database - so I don’t think the problem is the repeating group.
It’s probably somewhere in the API plugin area or the workflow (but the workflow is only a button trigger which saves some API fields into the database then displays on the RG)