Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def prompt_for_connector_id(settings, powerapps_rp):
# Select connector id if not provided
if (not hasattr(settings, 'connector_id') or not settings.connector_id):
settings.connector_id = get_connector_id(
powerapps_rp=powerapps_rp,
environment=settings.environment)