You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are fetching all the data from google sheets, using Apps script. This creates an issue of maintaining a track of that google sheet whenever you want to make updates.
Expected Behaviour
A better solution to this problem could be that you use a yaml file for storing all the data in the code itself. Just add all the data in yaml file and read the data from there.
The text was updated successfully, but these errors were encountered:
Current Behaviour
Expected Behaviour
The text was updated successfully, but these errors were encountered: