Query: I need to make checkboxes visible whenever an item in a list selector matches a condition. For example, when my list selector is equal to the text "5000," I need the checkboxes and text from M5K_1 to M5K_19 to be shown.
I'm trying to do this with blocks, but I think it’s better to use a loop. The only thing I don’t understand is how to use loops with the blocks.
5000 corresponds to the type of service; for example, in this service, there are 19 checkpoints to be carried out according to the procedure manual.
At 10,000, there are 21 checkpoints ranging from M5K_1 to M5K_3 and from M5K_6 to M5K_24.
In total, there are 35 checkpoints.
There are 35 controls that are not repeated but are performed at each interval. These controls are linked to a Google Form, as I am interested in recording the data in Google Sheets.
Thank you for your input, but I don’t want to use TinyDB. I think if I assign the global variable in the following way and merge the blocks, it should work, don’t you think?