Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
rwnetwork
Creator
Creator

Help please!!! Only last global variable being passed with tflowtoiterate

Hi Community,

I'm stuck!! I have a .txt file as my input and I only need a query down the line (blue) to use 8 products that are passing in a tflowtoiterate (as you can see in photo). However, the last product on the console, RELSAV, is the ONLY product being passed to my query and then to my output.  The query being used to call the 8 products is as follows:

 

select X

from XYZ

where fdtype in '" + globalMap.get("fitype") + "'

 

0683p000009M9tq.png0683p000009M9tv.png

 

I don't know what I need to do in order to get those 8 to be recognized in my query.  I've tried so many different ways and just going in circles.

 

Please any help!!
Michelle

 

 

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@mmiller32 , are you getting 8 product to tFlowtoIterate? and one more thing 

 

globalMap.get("fitype")  should be globalMap.get("row2.fitype") ,since the Main row name is row2 to tFlowtoIterate.

 

 

View solution in original post

4 Replies
Anonymous
Not applicable

Hi,

 

Have you checked the 'append' checkbox on your tFileOutputDelimited component?

 

manodwhb
Champion II
Champion II

@mmiller32 , are you getting 8 product to tFlowtoIterate? and one more thing 

 

globalMap.get("fitype")  should be globalMap.get("row2.fitype") ,since the Main row name is row2 to tFlowtoIterate.

 

 

rwnetwork
Creator
Creator
Author

Oh gosh, I never saw this, thank you very much for responding.  Our project was put on hold and I just returned back to this, so will advise if your notes helped.

Thanks!