hi,
i am trying to use update workqueue item action in power automate desktop but getting error as shown below.
"
The provided work queue item has either a blank work queue ID or work queue item ID. Make sure that the input is valid.: Microsoft.Flow.RPA.Desktop.Modules.SDK.Extended.Exceptions.InternalActionException: Failed to update work queue item ---> Microsoft.Flow.RPA.Desktop.Modules.WorkQueues.Actions.WorkQueuesInternalErrorException: The provided work queue item has either a blank work queue ID or work queue item ID. Make sure that the input is valid.
at "
1)Get workqueue items by filter
2)Now using loop passed the variable to "Update workqueue item action."But it is giving error.
Only the variable returned by Process wq action is working here.
So can't we use output from Get workqueue items by filter action in "Update workqueue item action." ?