I am using flow builder to create cases and assign them to specific queues based on criteria within the flow.
In the Assignment element, I can set OwnerId to a hard coded id string or a resource.
I would like to use a resource to keep it dynamic, but am not seeing an obvious way to get the queue id by name.
At the beginning of the flow, I could run an invocable action that pulls the queues through SOQL and return a list of queues back to a resource, but this seems inefficient and excessive.
I looked into using a formula variable resource, but I'm not seeing a path in formulas to query a queue based on name either.
