Would be better to setup google sheet formulas to automatically extract variables from the URL?
Otherwise, do you have any other suggestions? Such as setting up a workflow or similar automation (with external providers, like MS Flow or similar)?
Such as : when a new row is added > extract VAR1, VAR2, VAR3?
Would be better to setup google sheet formulas to automatically extract variables from the URL?
If I had a need to extract URL parameters, and the simple parsing I suggested above wasn’t sufficient, I would next try to do it with formulas in my spreadsheet (probably using Google Sheets’ REGEX functions)–with the understanding that processing done by the spreadsheet wouldn’t occur until the app syncs.
FHLPC:
Otherwise, do you have any other suggestions? Such as setting up a workflow or similar automation (with external providers, like MS Flow or similar)?
I’m afraid I have no experience with external providers, so I have no advice to offer there.