Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a dynamic title of a sheet (based on a variable).
I would like to log that dynamic name?
So that I know when a user enter a sheet with that dynamic name (from the SessijnMonitor app for example).
Is it possible?
Create variable
LET vDynamicTitle = 'Sheet Title: ' & YourDynamicLogicHere;
Try this
LogTable:
LOAD
Now() AS AccessTime,
'$(vDynamicTitle)' AS SheetTitle,
OSUser() AS UserID
AUTOGENERATE 1;
Thank you but I meant something different.
I wanted to know if it is possible to log (in the server log
if a user has seen a sheet with a certain title name given by a variable.
If that were possible I could see that in apps like Session Monitor that a user has opened a sheet
with a certain dynamic name