In Power Query I am connecting to my Outlook account to collect data from the Calendar.
All is fine using the syntax Exchange.Contents("abc@xyz.com"). To enable this to be shared with other users I would like to enter the email address in a cell in the spreadsheet and pass it to the query. I can create a query with the email address in it but when I substitute the code above with Exchange.Contents(emailaddress) I get the dreaded Formula.Firewall error. Does anyone have any solutions or suggestions please?
All is fine using the syntax Exchange.Contents("abc@xyz.com"). To enable this to be shared with other users I would like to enter the email address in a cell in the spreadsheet and pass it to the query. I can create a query with the email address in it but when I substitute the code above with Exchange.Contents(emailaddress) I get the dreaded Formula.Firewall error. Does anyone have any solutions or suggestions please?