How to create multiple records from a single string

I am receiving data such as this: animal identification: ES2T5235252522, ES625422525252. I want to create 2 records in the airtable with the data I receive as in the example I gave you

image

1 Like

Hi @David_P

Please use “iterator” module from tools and use split() function over animal identification variable while mapping.

Regards,
Msquare Automation - Gold Partner of Make
@Msquare_Automation

Thanks, now I have put 3 pieces of data that arrive with “,” and now I need to pass it to the airtable. What should I do about it? Since I get “Value” in the result of the iterator