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.
Verfolgungs-ID für Diagnose: 0HM82509V72UK:00000001
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.
Hi @CleberM,
I found a solution.
The topic I was in, was quite big and I had many flows connected in this topic.
There was another area in the same topic where I linked the same flow, the one i changed, so that gave me the error message. Instead of only deleting one flow, I had to delete all "same" flows within this topic.
Best, Josef
Hi @CleberM,
Do you have any idea how I could solve this problem?
Thank you very much for your support in advance!
Best,
Josef
Hi @CleberM,
Thank you very much for your fast reply.
I tried to delete the flow and add it again but the same error message appears.
Strange is: When I leave the canvas without saving and open the same canvas again.
And I just change one word in another area of the canvas, the same error message appears.
So I really can not work any more with the whole canvas at the moment.
I hope you can help me with this problem.
Thank you for your support, much appreciated.
Hi @JayJay2 ,
Before I dive into your questions, are you testing this topic in the Power Virtual Agents test bot (inside the tool), or are you testing it directly into a channel (like in the web, Teams, or other)?
It should work right away when you delete and add the flow again, if you are in the test bot. If you are in a channel, you need to publish the bot and wait for it to propagate, which takes about 15min.