Need to select only (.ACH file) on FTP Application as shown below using UI Element because of security reasons can’t use FTP activities
For this I have build logic - doing (get text) taking all the values into string variable (all_text)
then looping into for each then putting if condition as shown below:
item.ToString.trim.Contains(“.ACH”)
Issue facing : flow is always going into else condition where ACH file not found