ktiwari9 / event-management-system

An intuitive and user-friendly tool for event management and attendance tracking. The system relies on Google Forms and ZXing QR Code Scanner for scanning QR codes.
MIT License
5 stars 2 forks source link

Error in code.gs line 101 #1

Open blackout00 opened 1 year ago

blackout00 commented 1 year ago

google script detect error in code.gs at line 101 " for each (var address in adresses){ "

ktiwari9 commented 1 year ago

Could you please add some screenshots and details about what the error is saying exactly?

blackout00 commented 1 year ago

hi take this screenshot

On Sun, Jul 23, 2023 at 9:01 PM Kshitij Tiwari @.***> wrote:

Could you please add some screenshots and details about what the error is saying exactly?

— Reply to this email directly, view it on GitHub https://github.com/ktiwari9/event-management-system/issues/1#issuecomment-1646933085, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5JGPUCBHF27RDWYUSVETDXRVYJZANCNFSM6AAAAAA2UNVUBY . You are receiving this because you authored the thread.Message ID: @.***>

ktiwari9 commented 1 year ago

Sorry don't see any screenshot. Perhaps try uploading it to Github issue tracker instead of email reply so it renders properly?

blackout00 commented 1 year ago

I send you on your mail

Le dim. 23 juil. 2023 à 20:44, Kshitij Tiwari @.***> a écrit :

Sorry don't see any screenshot. Perhaps try uploading it to Github issue tracker instead of email reply so it renders properly?

— Reply to this email directly, view it on GitHub https://github.com/ktiwari9/event-management-system/issues/1#issuecomment-1646943951, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5JGPWX44M5NBDLDWKOZQ3XRV5KLANCNFSM6AAAAAA2UNVUBY . You are receiving this because you authored the thread.Message ID: @.***>

blackout00 commented 1 year ago

Capturef Capturerr

ktiwari9 commented 1 year ago

Ok got it. Have you tried replacing that with forEach() instead? Here is an example: https://spreadsheet.dev/foreach-loop-in-apps-script

blackout00 commented 1 year ago

i try but nothing fix