Unknown Application set in trigger in_App parameter, skipping Process

Hi,

I encountered the above error where in_App is an argument passed to choose which application should be used in the process for the further steps. Could anyone helps me out with the same. Attaching logs for two of its runs.

|RPA_JB_Main.xaml execution started

|The primary screen resolution is: 1920 x 1080
|Initializing settings…
|Kill Process Started
|Kill Process Complete
|Opening applications…
|Started : GoogleFileStream_Connection
|Validating File Stream Path
|Initilizing the File Stream exe
|Executing : C:\Program Files\Google\Drive File Stream…
|File Stream Exists
|Finished : GoogleFileStream_Connection
|Started : DeleteFilesinWorkingFolder.xaml
|Output Folder Cleanup: No file exist…skipping delete file activity
|Finished : DeleteFilesinWorkingFolder.xaml
|Get the transaction item
|Processing Transaction Number: 1
|STARTED : Process.xaml
|Processing For Portal : JB
|Unknown Application set in trigger in_App parameter, skipping Process
|FINISHED : Process.xaml
|Transaction Successful.
|Get the transaction item
|Process finished due to no more transaction data
|Closing applications…
|No portal url is open to close…
|Ended: CloseAllApplications
|Start - Log insights statistics
|Logging statistics for insights. 1 Successful, 0 BRE, 0 System Exceptions
|End - Log insights statistics
|RPA_JB_Main.xaml execution ended

|RPA_JB_Main.xaml execution started
|The primary screen resolution is: 1920 x 1080
|Initializing settings…
|Kill Process Started
|Kill Process Complete
|Opening applications…
|Started : GoogleFileStream_Connection
|Validating File Stream Path
|Initilizing the File Stream exe
|Executing : C:\Program Files\Google\Drive File Stream…
|File Stream Exists
|Finished : GoogleFileStream_Connection
|Started : DeleteFilesinWorkingFolder.xaml
|Output Folder Cleanup: No file exist…skipping delete file activity
|Finished : DeleteFilesinWorkingFolder.xaml
|Get the transaction item
|Processing Transaction Number: 1
|STARTED : Process.xaml
|Processing For Portal : JB
|Unknown Application set in trigger in_App parameter, skipping Process
|FINISHED : Process.xaml
|Transaction Successful.
|Get the transaction item
|Process finished due to no more transaction data
|Closing applications…
|No portal url is open to close…
|Ended: CloseAllApplications
|Start - Log insights statistics
|Logging statistics for insights. 1 Successful, 0 BRE, 0 System Exceptions
|End - Log insights statistics
|RPA_JB_Main.xaml execution ended

Hi @SAMANTA_COTTACKAL1, welcome to the Community.

Could you try adding a logging statement within your workflow to print out the value of in_App at the beginning of the Process.xaml workflow. This will help you verify what application is being passed and if it matches your expectations.

"in_App value: " + in_App.ToString

Hope this helps,
Best Regards.