Creating a prompt for naming OAuth connection

Is it possible to create a prompt for naming the pack connection? I’ve tried using the getConnectionName function but it doesn’t seem to allow adding parameters. For example: I’d like to authenticate using OAuth2. Onces authenticated, I’d like to create a prompt whose value I pass into the getConnectionName function to name the connection. Unfortunately the API I’m connecting to does not allow me to make a GET call to return the company name of the environment I’m connecting to.

Hi @Leo_Gutierrez2 - Unfortunately that isn’t possible today. You can use a SetEndpoint step to prompt the user to select an option, but you can’t present a free-form text field. Additionally, we currently lack the ability for users to manually rename their connected accounts, which would be another way to address the issue. I’ll pass your feedback along to the team.

Thanks, Eric!

Regards,