My app was working fine last week, however, I checked the formula "App Checker" and now I have dozens of errors? They all seem to be related to the Concurrent function...
Does anybody know what's going on?
Thanks
Solved! Go to Solution.
Hi @akim91
From experience problems with concurrent are typically not related to concurrent.
Try and put the code blocks that you want to run in concurrent in their own buttons to see if they still give errors. It might be that something in the code broke, and now concurrent is complaining. Can you send us a print screen of the errors?
Remember that the concurrent function users a comma to separate code blocks, which can become confusing at debugging time.
Concurrent( Code1, Code2 )
twitter: @dawidvh
youTube: https://www.youtube.com/channel/UCIMe_ErQZP5chbI9UyW0xLw
>>If you found this reply helpful, please mark this as the answer to close the topic and make it easier to find for other people with similar questions.<<
Hi @akim91
From experience problems with concurrent are typically not related to concurrent.
Try and put the code blocks that you want to run in concurrent in their own buttons to see if they still give errors. It might be that something in the code broke, and now concurrent is complaining. Can you send us a print screen of the errors?
Remember that the concurrent function users a comma to separate code blocks, which can become confusing at debugging time.
Concurrent( Code1, Code2 )
twitter: @dawidvh
youTube: https://www.youtube.com/channel/UCIMe_ErQZP5chbI9UyW0xLw
>>If you found this reply helpful, please mark this as the answer to close the topic and make it easier to find for other people with similar questions.<<
User | Count |
---|---|
135 | |
127 | |
75 | |
72 | |
69 |
User | Count |
---|---|
219 | |
135 | |
78 | |
58 | |
54 |