Hi,
There is no add multiple rows in Glide at the moment. But, you have multiple ways to achieve this :
- Use Bulk Insertion: Bulk insert from one table to another
Here is an advanced tutorial for update bulk but works the same way for insertion by changing the action type: Bulk Edit Column Values Across Multiple Rows in Glide with User-Specific Column Compatibility - Use a webhook workflow or a manual workflow to access the loop feature and add rows for each element you would have in a collection.
Let me know if you need more help!