Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have variables in Scripting and I want to store these variable values into excel file.
For example :
Let vAppID= DocumentName()
Let vAppName=DocumentTitle()
I have 5 dashboards and i want to store all the 5 dashboards App ID and AppName into single excel file.
Can you please suggest me how to do this scenario.
Thanks & Regards,
Lakshman
It is possible, kind of, but why? If you have only 5 items to store, it will be much quicker to do it manually.
you can create excel sheet with app id & app name & store values. use this values by loading excel variables see this post:
Thanks
Vikas