I used a repeating group to show the data being fetched via API (GET method), and it’s a list of 10 items. The data is being shown and everything is working fine and as intended. The only problem is that it is showing an error at the app level that “Data source cannot refer to the same element!”
I created a state in order to store the API incoming data (see image below) and teh ndisplayed it in a RG:
The RG data source goes something like this, image given below:
How do I solve this?