Hello,
I'm trying to import user data from the import WF (1) into the employee WF (2) and route based on whether the user has an Active Directory account.
Depending on whether the user has an Active Directory user or not, the user should either be sent to the blue path or to the purple path in WF (2).
The issue is that the business rule in the 'Start a Sub Workflow (SQL)' actions, which checks if someone has an AD user or not, isn't working when I pass parameters like ##Vorname## [engl. Firstname] and ##Zuname## [engl. Surname] (which turns into {Vorname} & {Zuname}).
The filter works with hardcoded names but fails with passed parameters.
Any ideas on what I'm doing wrong or how to fix it? Is there a better approach?