Suppose a google sheet column name, PERSON_ID, retrieved by code.
How can I dynamically create a variable with this name? I'm envisioning something like this:
var columnName='PERSON_ID';
var [columnName]=''
Hopefully, the idea is clear.
Suppose a google sheet column name, PERSON_ID, retrieved by code.
How can I dynamically create a variable with this name? I'm envisioning something like this:
var columnName='PERSON_ID';
var [columnName]=''
Hopefully, the idea is clear.
Copyright © 2021 Jogjafile Inc.
Here is an example to accomplish what I believe you are trying to do: