Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tRESTRequest-Multiple Flow

I have two differents flows on my webservice. The problem is that when the client use "GET" on the second index(flow), both flows are activated at the same time.

On this example, the client is sending the get request on the second flow(with index /customer2), where we can see that "1 row" is transfered on this flow and  "0 row" on the first one(index /customer1). I would like the first flow to be stopped when I am sending a GET/POST on the second one.

 

0683p000009Ltvw.jpg

Labels (2)
1 Solution

Accepted Solutions
vapukov
Master II
Master II

You can use tFlowToIterate as first element of flow, it will stop process if 0 row

 

 

0683p000009LtsE.png

View solution in original post

1 Reply
vapukov
Master II
Master II

You can use tFlowToIterate as first element of flow, it will stop process if 0 row

 

 

0683p000009LtsE.png