
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2024 08:41 PM
Hi Developers,
I have encounted an error on the flow designer that is created to trigger a notification when a high risk request has been logged. In achieving this requirement, I have created a notification that will contain some few import details about the request (configuration showed below).
Below is the configuration of my flow designer and the error produced:
Regards,
Kamva
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2024 09:05 PM
Hi Kamva,
In the above screenshot that you provided, the "Record" field is empty.
The record field needs to have a reference record of RITM from which the notification will get its values to populate in the Email Body.
You will have to drag and drop "Requested Item Record" from the left hand side "Data" menu into the Record field.
If my answer has helped you in any way please mark it as correct or helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2024 08:57 PM
Hi Kamva,
As per the screenshots you need to pass the RITM record value on the 3rd step of your flow.
In the Record field you need to pass the RITM record.
Since there is no record to pass the information on, the email step is throwing error.
If my answer has helped you in any way please mark it as correct or helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2024 09:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2024 09:05 PM
Hi Kamva,
In the above screenshot that you provided, the "Record" field is empty.
The record field needs to have a reference record of RITM from which the notification will get its values to populate in the Email Body.
You will have to drag and drop "Requested Item Record" from the left hand side "Data" menu into the Record field.
If my answer has helped you in any way please mark it as correct or helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2024 09:11 PM
Thank you! It worked!