Contributor III
2020-06-24
09:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Null Handling from a query result
i,
I have a simple job
Query Q1 - if the query returns records,then it will take Path1
- If the query doesnt return any record, then take path 2
From my Query Q1, i get a Id and i have built an expression in the tmap using the id as below. But though th query returns null or no records, still the flow doesn't take 'Record Doesnt exist' route.. ami missing something?
574 Views