Adding multiple rows based on table

Hi,

I know that similar topics have already appeared on the forum, but I haven’t found an optimal solution for my case.

The situation is as follows:
I have a recipe with ingredients - I want to add a button that will cause new entries to be created in another table (shopping list) for all rows from the table.

Is this possible? If so, what is the easiest way to do it?

Cześć Artur :grinning_face_with_smiling_eyes:

What you want to look at is either call API or workflows.

Since call API is available from business plan upwards, I suppose you might want to try workflows instead.

With workflows though, as opposed to call API, you can’t refer to the user profile or any user-specific columns.

So, if you’re not referencing user profile or user specific columns when making that selection, then this can be done on Maker plan with no problem.

I think you can use a trigger webhook action and add user-related info in the body of that step.

Then in the webhook workflow, you query those out and use it later on.

1 Like

You’re @ThinhDinh, this should also work with a webhook.

That would make it simply 2 workflows instead of 1.

1 Like

@Mariusz / @ThinhDinh
Could you please instruct me more precisely on how to do this?
I need a simple solution in the free version of Glide.

Can’t think of a way to do so on the free plan, since you don’t have access to the Glide API or webhook triggers.