Flow designer getting failed while using OOB actions. can somebody explain why its coming ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2025 12:41 AM
My flow getting failed every time in step two "Update Record" action. via dot walk i'm trying to read the RITM record and updating the Approval status to requested.
But its failing in some cases for example out 10 requests its failing 7 times. latter i used 'Wait condition" i thought it might be it taking time to get the proper record. but No its not working at all.
can anybody explain me this why it is happens?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2025 01:58 AM
com.glide.db.meta.IRow.setValue(String, String)" because "r" is null
java.lang.NullPointerException
just noticed, its not getting the ritm reference record on Triger Output. can anyone explain.