How to Access Data from Data Source in Custom Code

I am trying to add a JavaScript-based audio player and store my playlist data in Airtable. I want to access this data in a custom code block to build user-specific playlists. I really need help with this. Thank you!

1 Like

One way of doing it, which is a bit hacky is to add a block that exposes the data and then hide that block via JS code and then access to the data of the block via code

Thanks for the reply. I am also thinking about that. I just wanted to know if there is any simpler way that I might not be aware of.