I create a function to retrieve data from the X table and then create a new row to the Y table by retrieving data from X. Actually, I see those data on the screen, which shows the data retrieved from the Y table. But I couldn’t see retrieved data from the X table on the Y table.
Is there anyone who has an idea?
Thank you. Thunkable
Thank you @muneer,
Actually, I chose my own table while creating the table, and I plan that store those data on the user phone
Do you have any suggestion to retrieve data randomly as unique?
When using Airtable or Local Data Source the rowID is an arbitrary alphanumeric code generated by the database itself. When using Google sheet as your data source then the row number in the sheet is the rowID.
If you are using Local Data Source then you need to use [List of values] component to read the rowID of your existing data and from their you can start your routine.
Thank you so much @muneer, I retrieved a random ID and then used it to show values related to this ID.
I want to update a column related to this ID with the entered value from the text. When I did, I couldn’t see any differences on the table.
There is something that happened weird. When I look at my mobile, I saw old data, and the table has old data, too. But when I look from the web live test on the screen, I see updated data I suppose that there is a bug on that.
Thunkable backend functionality is strong, but UI is not as strong as it.
I have a similar issue. I can’t initiate to create a new row in airtable with the new design front end and the related data source block. Does someone you have an idea?