Welcome to the community, @Dennis_Layden.
There are several different ways of doing this. If you’re going to be having a varying amount of attachments in your attachment field, then your solution needs to be as robust & flexible as possible.
In my personal opinion, the absolute easiest & most foolproof & most flexible way of doing this is to use Integromat, which has full Airtable & Wordpress support.
You can set it to iterate through each of the individual attachments in your attachment field and then extract the URLs themselves (without any additional context) for uploading to Wordpress… or uploading to anywhere else, for that matter.
So you could just create a CSV file if you wanted, or do whatever you want with the URLs. You could even add other Airtable fields as well… your imagination is the limit for what you can do with Integromat.
You could even send the bare URLs back to Airtable to create individual records in their own table, and then manually export your CSV instead of automatically creating a CSV via Integromat. You can really do anything you want.
You should be able to figure it out on your own, but if you’d like to hire an expert Airtable consultant & expert Integromat Partner to help, feel free to contact me through my website at scottworld.com.
Welcome to the community, @Dennis_Layden.
There are several different ways of doing this. If you’re going to be having a varying amount of attachments in your attachment field, then your solution needs to be as robust & flexible as possible.
In my personal opinion, the absolute easiest & most foolproof & most flexible way of doing this is to use Integromat, which has full Airtable & Wordpress support.
You can set it to iterate through each of the individual attachments in your attachment field and then extract the URLs themselves (without any additional context) for uploading to Wordpress… or uploading to anywhere else, for that matter.
So you could just create a CSV file if you wanted, or do whatever you want with the URLs. You could even add other Airtable fields as well… your imagination is the limit for what you can do with Integromat.
You could even send the bare URLs back to Airtable to create individual records in their own table, and then manually export your CSV instead of automatically creating a CSV via Integromat. You can really do anything you want.
You should be able to figure it out on your own, but if you’d like to hire an expert Airtable consultant & expert Integromat Partner to help, feel free to contact me through my website at scottworld.com.
Thanks for the help! I was able to achieve success using Integromat, even though I’m not sure it’s the best “scenario.” Here’s what I ended up doing:
I’m watching the table for new data based on recently updates, used the iterator to break the attachments array down, used the text aggregator to add a comma and a space for each item in the array, and then passed all of that to a new text field I created in Airtable

That’s fantastic! Great job! It’s the “best” scenario if it works perfectly for you! :cowboy_hat_face: :horse_racing: :raised_hands:
Thanks for the help! I was able to achieve success using Integromat, even though I’m not sure it’s the best “scenario.” Here’s what I ended up doing:
I’m watching the table for new data based on recently updates, used the iterator to break the attachments array down, used the text aggregator to add a comma and a space for each item in the array, and then passed all of that to a new text field I created in Airtable

Hello do you mind showing how this works via message or here please