Hello folks,
I'm trying to build a calendar for my team, where everyone would update a shared Excel file with Flows and specific meeting categories for holiday, training and travel.The data I get in such a way would then be compiled via a VBA macro to get a matrix view of everyone's availability.
I have an annoyance and a double problem:
- The annoyance is that I can't seem to be able to directly update a shared Excel file on a team sharepoint site via Flow. Instead, I worked around this by having two Flows: one for updating the file on my OneDrive, and then another for copying the changes to the shared file on the team SharePoint
- The double problem is that Flow doesn't seem to be able to handle .xlsm files. I can't update the macro file via the first Flow, since it is not considered "an Excel file", and when I try to update it via the second Flow, the file gets corrupted.
Anyone has any idea that might help me here? 🙂