I have list of entries in googlesheet.
When user completes his marking he will check his entries for the confirmation. So i used the method suggested by @Taifun.
Everything works as i expected.
If user checks his entries, how can i count the number of entries obtained from the googlesheet??
The result is in the form of list of lists , so the lenght of list above is 11. If you wish to count IN for example for each item in list select index item in index 4 cause IN is in position 4
I think the issue is u got a JSON array so in components there is a component named JSON so use it replace length of list get response with length of JSON array and so on
Replace select list index with
Use for each number block in Web component’s GotText Block, And Save Response in global Variable with list csv list block in lists as @dora_paz said In Post 10.
Try the following aia. When button pressed first label gets web response (no list), second label gets list from csv table - (list of lists) - third label shows entries . Just write the name you want in textbox and press button to test it