Hi,
Wanted to add all food item into the airtable one after another as how its displayed in List viewer.
List Viewer snapshot:
but its storing into airtable as per below snapshot:
sharing the block snapshot as well
Kindly assist.
Why are you trying to store a whole list into the Airtable column?
In every iteration of for each item loop you will be storing the content of the list and therefore you will see it growing with every record.
Instead store only this part in the Airtable

Try this:
It seems you are using 2 connection methods for the same Airtable.
You have to choose one and stick to it.
I did not understand Muneer.
How are you connecting your app to Airtable?
Are you using Data Source or using the Airtable component?
Each method has different ways of dealing with data and should not be mixed.
Airtable component
Found the cause of not deleting all entries. Increment was put above to for loop, now changed and also understood what you meant as connection. I replaced the Data Source to Airtable delete row.
Thank you so much for bringing clarity and guidance as always. Much Appreciated!