Custom Webhook Issue with Airtable " Get Record Airtable Module "

Hi everyone, My custom webhook when doing a test run returns " recordid undefined" . But my airtable automation workflow tested successfully with a recordid.

I pasted my recordid manually in make > custom webhook > get record airtable " input recordid manually". The automation for my airtable workflow works.

However, it seems make is only able to read the first row of the table of the recordid, instead of all the rows in the table. Example: When i key in the other rows of the table, make doesnt read it and hence, automation could only works in the first row of the table.

So is like a recordid is only for a specified row? and not dynamic with all the rows of the table.

I saw many Youtubers are able to do it with just 1 recordid to automate for all the rows in a table, but i couldnt even though i followed the same.

How to resolve this? Thank u.

Perhaps you need to enter in a table id and not a record id. A record id is for 1 record.