I'm trying to create a flow to automatically add a new support cases to a queue in Dynamics CRM. I'm able to create QueueItem from the new Case, and I can look up the Queue by name, but I don't see a field on either record relating to the other (no QueueID field on the QueueItem, no QueueItems field on the Queue). There should be some linkage to indicate to which queue to add the QueueItem. Alternatively, an action to Add CRM record to queue could be useful to increase clarity to business users. [edited to add]: More specifically, we should be able to perform any of the actions provided by the Dynamics 365 WebAPI, inlcuding assign to queue
... View more