I am using Airtable as database. and store data in single line, but using (\n) for formate new line when data used in app.
there is a problem that text are showing \n insted of new line
check the airtable image
I am using Airtable as database. and store data in single line, but using (\n) for formate new line when data used in app.
there is a problem that text are showing \n insted of new line
That \n will not work if you get it from airtable…
It will consider as normal text so in such case try to use replace block with same \n
I mean replace \n with again \n if it nit work use split text at \n and join the list with \n
Simple
Your example blocks do not make sense like this
CaptionsWithHTML is an empty list, selecting the first item from an empty list will result in an error
Why are you manually writing Do it results into the comments?
If you have problems with Airtable and the data you get, show us a screenshot of your relevant blocks and use Do it correctly:
use the companion app together with Do it to debug your blocks, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps
see also Live Development, Testing and Debugging
Taifun