hi everyone the if condition seems working fine untill i am checking it through local machine, but production environment it fails
it doesnot go inside my if condition
this is my path: “C:\Pl\Input\apr2024_4.pdf”
can someone help here ?
hi everyone the if condition seems working fine untill i am checking it through local machine, but production environment it fails
it doesnot go inside my if condition
this is my path: “C:\Pl\Input\apr2024_4.pdf”
can someone help here ?
Hi @Anil_G
thanks for the reply, ihave used a path exists activivrty specially to check the path exists and use that boolean value here in if conditon
is there anything else wrong ??
@samantha_shah
Can you provide snippet of the File/Path Exist Activity?
Did you happen to check if the path exists is failing?
Or if the dot is an issue?
Cheers
@Anil_G Actually the filepath had a minor mistake and so the boolean condition was failing.
but thanks for the help
cheers
thankyou for your response but I managed to solve the problem by re adding the activities and re adding the files.