Gpt text to airtable

Hey @fldjqtsms_th,
Welcome to the Make Community

Here is your solution
Use Split and Get Function to fetch the individual value and put these value in different column of same row.

{{get(split(variable; ","); 1)}}

Thanks