Error CE1573, microflow do not match available arguments

0
Hi,   I am making a page where a coordinator can see all its assigned patients. But i keep getting the error CE1573. (See pictures) The microflow i use to make the datagrids does not show any errors and this is the only page were these errors are showing. Does anybody have any idea how i can solve them? kind regards
asked
2 answers
0

The error is on the input parameter patient, because you don't have the patient object available there yet. If you remove the parameter, all should work as expected.

Note that if you need the coordinator you do need to pass it somehow as well. If the coordinator is the current user, then instead of using a microflow parameter you should be able to use a cast action using the $currentUser

answered
0

 

 

 

We removed the patient and used coordinator caregroup in the microflow but the errors are still occurring. 

 

answered