Hello,
Is it possible to get the url-link in the web properties of an object from a text-file.
On my local dashboard-page I have created a popup-menu to open different Gmail mailboxes.
However, Google changes the ID-numbers of the mailboxes from time to time. So I have a textfile with the mailbox (username) and the Google ID-number (0 to 9) on one line.
I wonder if it is possible to connect each item of my menu (each item has a web property) to one line of the textfile or if easier each item of the menu to one specific text-file with only one line containing the correct url.
The url to use for the different gmail inboxes is always: "https://mail.google.com/mail/u/0/#inbox" where the 0 (zero) can be 0 to 9.
Frank