Hi, I am learning Build Apps, have successfully integrated with an API, parsing the JSON and updated app variables to display on a page. The app variables structure include list of objects.
What i am struggling with is updating back end table with a list of objects. I can see examples of working via the front end for single record updates and creation, which make sense.
i am just wondering if anyone has any guidance on a bulk update of a backend tables. Where i am taking a list of objects app variable and then updating the table with multiple rows. My attempts seem to be failing.