i'm working on a reporting project, where sharepoint data should get dumped in an excell sheet to provide high-level overview of spending.
currently, some of the functionality is done via an office script within a template excel file.
I'd like to make a copy of the excel template and run scripts on the new file, however, my flow compains the script can't be found.
I understand the scripts have unique IDs that doesn't get transferred over when a file is copied, but instead a new ID is generated for each script upon file copy.
this, however, breaks my flow.
any idea how to work around this, please?