I’m just getting started with Thunkable.
Trying to have a form on the page that when submitted creates a new row in Airtable.
I’ve been able to get the row created and one column to update. Then added in an update value function after the row is created and name input into first column. However I need to have three columns updated with data. I suspect I’m missing something along the way but am having trouble seeing it. Any suggestions.
In an ideal situation, I would like to have the third column be from a selection. I’ve built this out this way.
I thought this might work but it won’t return the results from Airtable selection into the ListViewer.
Any suggestions are greatly appreciated.