
Not sure what changed with the app but this message pops up while trying to save the file to sharepoint as pdf.
I've tested the flow and it works, the Html is showing to be correct also. The concat function on file name is to name the file with the utc date now.
this concat just adds the current date and time to the file name
The onselect property of the button is -
DynamicTableUpdateFlow.Run(HtmlText1.HtmlText)
The HTML text shows up with out any errors.
Onstart of app itself
Set(CurrentUser, User()); Set(CurrentUserID, LookUp('Car Shop Audit', Title=CurrentUser.FullName, ID))
everything was working great a week ago,
I did add a new screen and set variables to test putting graphs on a slide but it's not connected to the patch function and has no relevance to the app itself.
I can post or update more details if anyone needs it to help me solve the issue.
thank you for any help.
Well, I changed the title in the HTML text and voila its working again.