Hello!
I am following a video by Reza Dorrani about exporting to excel but in my use I am triggered by a button in Power Apps. The flow works until I add the Create Table step. The error I get is this: "It appears that the 'Create table' action is failing because the specified file cannot be found. Double-check the 'Create file' action to ensure that the file is being created successfully and that the correct file ID is being passed to the 'Create table' action. Also, verify that the file is being saved in the correct folder path. If necessary, you may need to modify the folder path or create the folder before creating the file."
I have verified that a file IS being created, and I don't see any other choices under dynamic content that have anything like "ID" in it.
Here is the flow so far and the set up of my Create Table action:
The other strange thing that happens is that as soon as I add the Create Action step, my power app button formula throws up an error and won't work. Here is the part of the formula that is underlined in red:
Set(csvFileUrl, TicketsandItemsCSVCOPY.Run (JSON(colExportChild,JSONFormat.IgnoreBinaryData & JSONFormat.IgnoreUnsupportedTypes)).fileurl
));
Launch(csvFileUrl)
and this is the error:
If anyone could shed any light on my problem I would appreciate it very much!

Report
All responses (
Answers (