Flow Designer issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 11:50 PM
I have below script to run on hr task table everytime task is updated, can anyone tell me how to add this in flow designer? Earlier this code was in workflow editor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 09:21 PM
when running is manually as system admin it is working. but when raised via non-admin user it is giving error. ALthough I have set property to run as system user.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 06:47 PM
you need to have the flow set to run as system user. Because it is creating and updating records, it needs appropriate permissions. The user submitting the request probably does not have sufficient access.