I am trying to create a check condition in a workflow that is triggered on change of a field within a Case record.
I want the check condition to allow the workflow to proceed only if the Query record owner (the user) is a member of either Team A, Team B or Team C.
I can list all individual team members in the check condition, but that is time consuming and requires updating every so often. I can't use the 'Owning team' choice as this only works if the team itself owns the record, rather than an individual.
I have tried this both in the classic Dynamics background workflows and with MS Flow, but simply cannot seem to make the link between the Case record, the owning user and the owning user's team.
Any suggestions are appreciated.