good morning,
I just updated my BAS application.
after I try RUN my script there is an error "[01:10:07] Script finished with error : SyntaxError: Parse error during execution of action 662833350" but I don't know where the error is?
Edit: I found the location of the error by changing to Classic theme. if in Modern theme does not appear its section id. How to bring it up in Modern Theme ?
@sergerdn Oh yeah, the desperation is real. I'm working 18 hours a day, testing every possible variation. It's frustrating not getting results because of the stricter filters, but it looks like yesterday I finally got my first results.
Open another project in BAS
Open the project file in the tax editor and use search (CTRL + F) to find <Module Name="CommonCode">
Delete the found line, if there are no other modules besides CommonCode, then completely replace <Modules>...</Modules> with <Modules/>
Save the file
Open the project in BAS a new one, via Project -> Open.
@GhostZ Thank you so much for your reply and help. Yes, I read the instructions. I saved as a list and all that and still got errors because I didnt know to use First Element instead of a regular list.
This clarifies everything!
And i get that it's an index but I dont understand why when all actions would definitely utilize the row so it requires an extra step.