i want to generate GUID in power automate desktop, i can see it in cloud flow, but not in power automate desktop
i want to generate GUID in power automate desktop, i can see it in cloud flow, but not in power automate desktop
Can i pass variable to get dictonary key value???
%Config['Mithesh']% gives my value Bolla
i had set Variable Var = Mithesh .
%Config['%Var%']% can i get value Bolla?
Hi @MitheshRpa,
In that case try to hide the tableheaders in the same script. Try this script instead:
(new-guid | ft -hidetableheaders | out-string).trim()
Yes , i am getting new guid. But i am getting heading too
Hi @MitheshRpa,
You could use the Run PowerShell script action and use a new-guid cmdlet in that action.
WarrenBelz
146,702
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,015
Most Valuable Professional