
Announcements
I'm using Office Scripts with Power Automate to transfer data between two Excel files. Here’s the scenario:
partialData1.partialData1 as an input parameter.The copy script works correctly (verified via Compose and Parse JSON), but in the Run script action for the paste script, only basic fields (location, document library, file, and script) appear. The advanced parameter for partialData1 isn’t showing, causing the paste script to fail.
Based on a forum suggestion, I removed the explicit return type from the copy script so that it returns the object without a defined type. Unfortunately, this did not make the advanced parameter appear.
Excel Online (for business), Outlook, and SharePoint all show 'connected'. The only thing I could think of is that my permissions level shown in Power Automate says "maker without full data access", which sounds like my account might not have access to share data between files. However, 'update a file' works for me, as well as a test flow of Excel 'list rows present in a table' and Excel 'add a row into a table' where the data is moved successfully between the 2 files.
Has anyone encountered this issue? Is this a known limitation or bug with the Excel Online (Business) connector? Any suggestions or workarounds would be appreciated.