I have a flow that was working fine until recently. Now the email input box only accepts email addresses from our organization.
The flow does the following:
- User selects a file/folder in their site, and specifies an email address (or set of email addresses)
- Flow copies the selected folder or file from the user's site, to an "external share" site
- Flow then shares the copied file/folder with the specified email address(es).
I use this flow in order to keep all files/folders that have been shared with external users in one place. And also ensure that external users only see the version of the file(s) that was shared with them (i.e. the copied version), and not any subsequent changes. This also allows me to keep my users' libraries locked down and only permit sharing of files/folders with external users to occur in the "external share" library.
So after that long preamble, my problem is this. Fairly recently the email input box for this flow (where the user specifies the email(s) to share with), no longer permits any external email address to be entered. It will instead only accept internal organization email addresses.
Any help is greatly appreciated.