Hi,
I am getting the following error message when I try to save/publish the workflow:
"Error publishing workflow. Unable to cast object of type 'System.Activities.InArgument`1[System.String]' to type 'System.Activities.InArgument`1[Microsoft.Activities.DynamicValue]'."
Is this the correct way:
I am running a Run If
First part is when MobilePhoneRequired field is ticked (Yes/No). In my case is "Yes"
Second part (Where the problem is - I think??)
Field: LineManager is a Person/Group
In Value I have put an email address from that person/group field.
I think here is where the problem is.
So basically Run the command IF: MobilePhoneRequired = YES and When the LineManger = adam@xxx.onmicrosoft.com
Any advice please!
Thank you..
Then inside it create a new text variable(not a person/group), call it whatever you want and have it equal the email address you want to use. Then in the runif set it equal to that variable.
