Ready to post? First, try searching for your answer.
Hi ,
I am trying to convert auth0 rules to action. So I encountered this validation in a rule,
if (context.isDelegation){
}
I have checked in migration documentation and other event object. But I could not find the alternative for context.isDelegation in action.
Can someone assist me on this?
Thanks!