That's unfortunate. I have voted for that.
Question - Is this a possible workaround? SharePoint Lists are supported in Flow, and some of the columns in our Excel spreadsheet originate from a SharePoint List. We already have a Flow already that fills them any new items into our spresheet. Is there a way to sync the data from the spreadsheet back to the SharePoint List? That way I can trigger a Flow from there?
For example:
SharePoint List has:
Title, Requester Name, Price, Invoiced
Flow automatically automatically adds any new items into our spreadsheet with the following columns:
Title, Requester Name, Price, <a bunch of other columns that are blank but we fill them in manually>, Invoiced
Is there a way to sync any changes to those 4 columns in the spreadsheet back to the SharePoint List?
That way I can make a Flow that says:
- When List Item is updated
>>>> If Invoiced=Yes
>>>>>>>> Send email, etc.