When we add a Contact using Power Portal the default owner is "SYSTEM". I have a requirement to change the newly added contact's owner i.e. "SYSTEM" to the one with the owner of currently logged-in users, the owner of the logged-in contact is always going to be an office365 user.
For implementing the same I have created an automated flow that triggers when a record is created and then updates the value of the owner. But the problem is I am unable to get the Currently logged-in user's owner detail in the flow. How can get the current login user's owner name in the flow
Furthermore, please do share any alternate solutions if any.