Data not reflecting google sheet. Where am I am going wrong ?
Reply
Posted on 3/19/2022
Please type your reply.
@support
I can see a bunch of issues with the way the code above is written: - The var ... player.GetVar lines are all missing a semicolon at the end - The SheetsSet lines are all missing the second closing parenthesis - Aside from the missing parenthesis issue, the SheetsSet lines should be like SheetsSet('Header1',M); or SheetsSet('Header1',player.GetVar('Month'));