I've created a flow on power automate which renames an attached file stored on my sharepoint list.
Here is my formula on power apps:
'Powerapps-Rename-Attachment-2'.Run("test.jpg";Label2.Text)&Notify(
"file Renamed";
NotificationType.Success;
3000
)
The Label2.Text is the Number ID on my sharepoint list and the "test.jpg" is the file name i need to rename to this Number ID
I tested this flow manually and i did not encounter any issues but when i trigger this flow on power apps using this formula above i get this error:
"workflowtriggerisnotenabled"
I confirm this flow is enabled on power automate. I also connected this flow to my power apps.
Did i miss something?


Report
All responses (
Answers (