
fhjtb (fhjtb) asked a question.
My request type contains a question and an approval. Question contains a dropdown with a list of Okta groups and the approver should be the owner of the group selected in the question.
Is it feasible to set approvers dynamically? If yes, please let me know how to do it.

@fhjtb (fhjtb) - The approver portion is dynamic by default if you choose a resource that contains multiple users such as Okta group owner(s).
The portion that determines how dynamic an AR type can be is the group resource config-list you are utilizing. If it is NOT multi-select than the approver and assign portion can be dynamic with just 1 approver task && one action step (such as add or remove user from group). The target for approvers would be group owner of the selected group and the target of the action can be the group selection.
However, if you are leveraging multi-select the AR type becomes much more static. You need an approver step + action step for EACH possible item in the config-list and logic asking if "X is in config-list then approver is group owner of X and target for action is X" Then another that is if "Y is in config-list then approver is group owner of Y and target for action is Y"
Essentially, it will need to evaluate each possible selection and if they were selected perform the steps for the selection.