I understand there's some limitations to UDAs when it comes to User or Group fields, but I was wondering what would be the best way to turn this workflow I have into a reusable UDA?
Here's what my list and workflow looks like currently:
Field Name | Field Type |
---|---|
Title* | Single line text |
Request* | Multiple lines of text |
Manager* | User or Group |
Alternate Approver | User or Group |
<Is 'Alternate Approver' empty?>
-- Yes
- Set variable:Approver = 'Manager'
-- No
- Set variable:Approver = 'Alternate Approver'
[Flexi Task: Send notification out to 'Approver' to approve or reject the 'Request']
As it is right now if I were to convert the workflow straight up as a UDA, I get an error as the 'Approver' variable doesn't resolve to a User or Group properly.