Hello,
I work on a Bot for our internal school Hotel.
I wanted to add the following action to my Bot:
https://powerusers.microsoft.com/t5/Power-Virtual-Agents-Community/Getting-User-Details-To-Use-In-Power-Virtual-Agents-In-Teams/ba-p/744934
->Customize Greeting Scenario 2 (Office365)
I had the set up in "german" in flow and PVA then the flow failed and I received an error message even I used the expression as mentioned in the blog.
first(outputs('Search_for_users_(V2)')?['body/value'])?['UserPrincipalName']
then I thought, it might be the problem of the language so I changed it to:
first(outputs('Benutzerprofil_abrufen_(V2)')?['body/value'])?['UserPrincipalName']
But still, it did not work. So i thought: Lets change the language of my PVA and Flow...
And then I used again the first expression:
first(outputs('Search_for_users_(V2)')?['body/value'])?['UserPrincipalName']
And.. it worked out very well!
But since then, whenever I want to change anything in this Canvas I receive the following error message:
Diese Fluss-ID wurde geändert. Aktualisieren Sie den Knoten.
In English: The flow ID was changed, please refresh the nood.
But even if I delete the action and add it again.. I always receive this error.
Now my questions are:
1. Is it a problem, that I changed the language of my browser and Teams while working with PVA?
2. Is there a solution to my problem?
3. Is there a possibility to copy a whole part of the canvas out of a theme and paste it into another theme?
Thank you very much.