- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 08:00 PM
I have an independent table A that contains a 'state' field with some choices, such as 'submitted', 'approved' and 'rejected'. I created a relationship of this table with the Approval table ("sysapproval_approver"). I defined a Flow that when a record in table A is updated to 'submitted' state then it asks the user for approval. An approval record shows up in the UI as related item of the form of table A.
I can approve the related Approval record and the correct state gets updated in table A, but if I reject the Approval record the state would be set to 'not requested', which I found out is the default value for column 'state' in '"sysapproval_approver". I can't understand why approve works flawlessly but reject gives me trouble, any helps?
Approve:
Reject:
Solved! Go to Solution.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 09:05 PM
Okay. You just need to update your "Ask for Approval" action here.
For example you need to include both Approve and Reject condition in your Action as shown below:
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 08:33 PM
Hi,
This should not happen. I have similar scenario working in my instance.
Can you share your flow and details how are you trying to set the value when rejected and how are you generating your approval here.
Please share more details to assist you further.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 08:55 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 09:02 PM
I guess you have only created rule for Approve case, check if you can add reject rule when anyone reject.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 09:07 PM