Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
@lmit ,check the below screenshot.
Just use tFileExists component before Tcreatetemporaryfile to check the file exists or not
Use tFileExist component to check if file exists, if output of (Boolean)globalMap.get("tFileExist_1_EXISTS") is false then you can trigger tFileTouch component to create file.
Thanks all for the replies