Before retrieve, create a variable
Type; string
Value; $Patient/firstname +$Patient/lastname
Output variable name; FullName
Retrieve activity config
Entity: System.User
XPath; [Name = $FullName]
This is our current microflow and expression.
So now the error is gone because the username is made to be the same as lastname but we would like to have it equal to first&last name so it is better secured. However this is not possible.
Hi,
You can add an attribute to your entity to store a string of all concat attribute values you want to search in(first name and last name). Xapth the newly created attribute and get the desired result.
Hope it helps!!!
Indeed the solution of Bharathi would be a solution.
Though I do have 2 main questions:
Because: