I have table ‘data’ in table has 2 column is name , number and I have form element.
When I input name = ‘mom’ number = ‘1,2,3’
I want split and insert table
name = ‘mom’
number = ‘1’
name = ‘mom’
number = ‘2’
name = ‘mom’
number = ‘3’
I have table ‘data’ in table has 2 column is name , number and I have form element.
When I input name = ‘mom’ number = ‘1,2,3’
I want split and insert table
name = ‘mom’
number = ‘1’
name = ‘mom’
number = ‘2’
name = ‘mom’
number = ‘3’
What plan are you on?
If you’re on Pro, I think you can use a combination of Make & Glide API to add multiple rows.
If you’re on Business/Enterprise, you can use a Call API action.
Both would require you to work more with the data and construct API calls.