Procedure to address issue with the "Is user in Group" action in Microsoft AD SpokeIssue Unable to execute the Is user in Group action within the activated flow.ReleaseMadridCauseAction record in the sys_hub_action_type_definition table doesn’t have the appropriate master snapshot reference. Steps to Reproduce: Navigate to Flow Designer > Designer.Create a flow. For more information about creating a flow, see Create a flow.In the flow, add the action Is user in Group from the Microsoft AD Spoke.Test the flow. Once the execution is completed, access the action execution details from EXECUTION DETAILS.The above context indicates an action with the credType variable in the PowerShell step.Activate the flow.Test the flow again. The execution fails with authentication failure.Access the action execution details from EXECUTION DETAILS as performed earlier. It indicates an action with no credType.ResolutionNavigate to the sys_hub_action_type_definition table and select the Is User In Group action.If the value of Master Snapshot is set to f4eba49773ff3300d6822ea3c4f6a7be, change its value to 334e223e53b30300b3b6ddeeff7b1245.Click Update. Test the same flow again for successful execution.