I have deployed a Flow to create a new item on a SharePoint list when a CRM record of Project enotity is created. I need the ID of the SharePoint list item in the CRM record to be able to later update the SharePoint item with another flow if and when the project is associated with a Customer.
Whether I use a single flow or create another one to update the CRM Online record, I need a record Identifier. It's a required field. Is there a way to, whithin one Flow, somehow update the initial record without an identifier, or how to get the identifier right? I tried to use the entity Project but it seems to return the name of the project record.