Hello,
I have HR app where I use appointments table for interviews and custom u1_candidate table for candidates. When I create appointment I select interviewers (systemuser) in Required Attendees field and u1_candidate record in regarding.
When button "save" pressed or even after save to dataverse I want to add my candidate to Required Attendees, but I cant do it:
1. u1_candidate is not valid lookup table for Required Attendees field
2. and I am not able to create Activity Party in flow or plugin
Action 'Add_a_new_row_|_Activity_Party' failed: The 'Create' method does not support entities of type 'activityparty'. MessageProcessorCache returned MessageProcessor.Empty.
When a row is added | Interview
Get a row by ID | Candidate
Add a new row | Activity Party