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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sushantV
Creator
Creator

How do I capture the output of tSampleRow/tFileProperties?

I have this flow where I am trying to fetch the details of last modified file at the SFTP location. While I am able to do that and print the required file's name in the tLogRow component, I am not sure how to use that info to capture more details about the file/ pass that info the the the tFTPGet component. Any pointers?

 

0683p000009LzKX.png

Labels (2)
1 Solution

Accepted Solutions
sushantV
Creator
Creator
Author

Used the tSetGlobalVar with row11.CURRENT_FILE. Can use the global var now.

View solution in original post

1 Reply
sushantV
Creator
Creator
Author

Used the tSetGlobalVar with row11.CURRENT_FILE. Can use the global var now.