I am getting this error " BadRequest. The request failed. Error code: 'InvalidApprovalCreateRequestAssignedToNoValidUsers'. Error Message: 'Required field 'assignedTo' contained no valid users in the organization'."
When I am using direct value in Assigned to, the flow is working, when I am adding lookup column Endorser which is lookup datatype column which uses USER table to get data.
How can I get this fix?
I need to use that column.
Thank you for the answer.
Hi @anjali52 ,
This is a filter expression to get the correct user from User table.
'systemuserid' is the unique id column from User table. It's created by system automatically.
Best Regards,
Wearsky
Thank you for information, I tried to use this flow but I do not understand what you used in filter row systemuserid eq?
Can you please explain that?
Thank you for the help