Add 'Rewrite' button next to 'Approve' button on My Approval form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2023 12:29 PM - edited 04-12-2023 12:33 PM
Once a new record is created, I need to add a 'Rewrite' button next the the 'Approve' button on the form generated by the Ask for Approval action in Flow Designer.
It is currently added, as shown below:
But displays this error when clicked:
Even though the UI Action is created and active on the appropriate table:
I copied the code for the Approve UI Action and altered, what I believe, are the appropriate values in addition to adding the rewrite field value to the state field so that it is an option next to approved and rejected:
The goal is to have this button mirror most of the same functionality as the Approve button, ultimately just requiring the user who created it to alter it before submitting it for approval again. Why am I getting the error stated above and what can I do to make it functional alongside the Approve and Reject button?