Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
I have updated my screenshot, but still same result..
I have changed it to row5.Id == (" ") as Id is a Salesforce Record Id still no luck
Oh ok, @TRF understood that if there are no records, then it will never take 'Record Doesnt Exist' path? if so how do we control the flow from a tsalesforceinput component in cases where there is no data returned?
Hi @TRF
I think i am close to the solution. I have utilised NB_LINE.
As shown below, the NB_LINE value is 1 if there is a record and 0 if no records are found. how can i use that value tSalesforceInput_4.NB_LINE = 0 to change the path to Tmap_6->tSalesforceoutputbulkexec_2
Hey @Jennifer Siders
I'm having a similar issue (which I posted here). I'm not sure what you did in this picture but I'm wondering if you might have a moment to help me do a similar flow. Like you, I want a specific flow when a query returns no values.