Hi,
I am creating an app in PowerApps, that uses a flow to create outlook events out of the information from user input. Action V4CalendarPostItem.
I would like it to work with domain users and guest users invited by Azure AD. I cannot make it to work with guest users.
When the connection is of host domain for guest users I get an error:
The specified object was not found in the store.
clientRequestId: af460e87-e057-4b85-84a1-deeefc0b5260
serviceRequestId: f510ead1-fa40-488d-a869-b8da7e1c2caf
When I enter connection of guest domain I get error like that:
Spotkanie2.Run — niepowodzenie: { "code": "InvokerConnectionOverrideFailed", "message": "Failed to parse invoker connections from trigger 'manual' outputs. Exception: Could not find any valid connection for connection reference name 'shared_office365' in APIM tokens header." }
I cannot find a solution. Any tips, ideas?