i want to generate GUID in power automate desktop, i can see it in cloud flow, but not in power automate desktop
Hi @MitheshRpa,
You could use the Run PowerShell script action and use a new-guid cmdlet in that action.
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()
David_MA
274
Super User 2025 Season 1
Michael E. Gernaey
234
Super User 2025 Season 1
stampcoin
210