I used Airtable for text in three columns.
Then there is an audio file in the fourth column.
Everything works to show the text.
But I can’t find a way to play the audio file.
(See attached file for blocks.)
This can’t be hard, but it is for me!
So assuming the airtable data type in the column is correct, you try to connect the “value” of the resultant getcell instead of a text to the sound source.
No, its on airtable. what you will get from the blocks is an object defining the links and size to the mp3 file uploaded in airtable. So you extract the url, and get the sound block to point it as source.
If you want to see the contents of the airtable object, use the block “generate JSON from object” and put ion on a label to understand how it looks like. So in the future you will know how to access data/objects.
The complexity of working with data depends on the type of AirTable column. If desired, you can change the column type, which allows you to get the url immediately without any JSON parsing