@matt_conroy @kartik14 I discovered something related to the JSON parsing issue. I noticed that if I use the variable app variable ingredients to avoid list
in the does list contain
block inside my loop, it crashes the project. If I use a static list of values in that block, it works fine.
Project link: Thunkable
These blocks work:
These blocks crash:
Using static text values in the initialize variable
block also crashes: