Hello Community,
I'm a real beginner in PowerApps and i have a challenge i can't resolve by my own.
I have an Excel file that i import to Dynamics Sale365 . That file contains Account Data. The challenge is to set the Owner of the Account to the user that is a column in my Excel file .
I import the information in an auxiliary field (strHilfsfeldOwner). The Dataflow import in the information to that field . For that everything is ok.
Now i want to insert this value to the owner field in Account, for that i use a cloud flow . Trigger on "insert or modify" -> Action "modify row" . Entity " Account" , primary Key " Account UID", setting "strHilfsfeldowner" to the field Owner.
I tried it with the " Name of the user" the internalemail of the user and the GUID that i find in the table "User" but i always get an error "Resource not found for the segment".
What are the to-Do to import the owner per excel file ? Which should i use in the excel file (mailadresse, name, uid)? On the entity account is a key on the internal mailadress .
Or must i change the cloud-flow but what are the steps to set the owner field?
Many questions . I hope i get a simgle answer.
Thanks for your help
Marcus