Multi source table update action / whole bundle help

Hi. I’m new here and am making good progress on Plasmic in my first couple of days. However, have hit a wall that I cant seem to find much information to help get passed.

In summary, I am trying to add multiple rows to a table with every record having the same UUID passed from the selected table element and using the array within an API call to fill the other column (it will be a varying number of entries).

If I use the following code on its own in the “whole bundle” editor I get the expected response but I cannot add the UUID this way.


However, if I use the same code ($queries.queryPostcodesOutcodesList.data.response.result) in the “specify individual fields” section where I can specify the UUID in its relevant column I then only get a single entry in the database with the entire contents of the API response. Any ideas welcomed. Thanks

Hello @james_jones and welcome to the forum!

In screenshot # 2, you are filtering by enq_id, which is probably why the result differs from the first screenshot.

Hi Sarah, thanks for looking at this for me.

I wasnt aware that adding the UUID would result in a filter, so thanks for pointing that out.

Can you suggest how I would go about getting my desired outcome of multiple records created with identical UUID and separate outcodes?

e.g.

Record 1
enq_ID: UUID
Outcode SW2

Record 2
enq_ID: UUID
Outcode SW24

Record 3
enq_ID: UUID
Outcode SW4

etc

Please send your project id