I am wondering if there is a way to dynamically insert a link into an html element as shown in the video.
html
<iframe src= "" allowfullscreen="" allowtransparency=""></iframe>
Source link:
https://objectstorage.us-phoenix-1.oraclecloud.com/n/ax22fojcamx7/b/general-devotionals-audio/o/2021%2FMay%2F495%20A%20Cheerful%20Giver.mp3
Each is in its own AirTable field.
Thank you!
Yes, you can concatenate multiple fields together. There are two main ways of concatenating fields and text together: with the CONCATENATE function, and with the & operator. I recommend playing around with them until you feel comfortable with them. If you want to start a new line in your combined result, include the new-line character "\n" in your concatenation.
So I have 3 elements: h3 (Focus Verse) + Player 1 (Devotional Audio Player) + Player 2 (Bible Audio Player). First I need to wrap the focus verse in an h3 tag. I used this formula '<h3{Focus Verse}</h3>' but it didn’t give me the verse.
Note: The two players have to be in an html embed or they will not both play.
This is the formula I am trying to use: CONCATENATE({<h3>Focus Verse</h3>},{Devotional Audio Player},{Bible Audio Player})
@Jesse_Glen Thank you so much. We have had issues with the player and have finally found code that works without needing to embed it into an AirTable html. Yay!