Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connectors namespace should be able to use Display name in an expression. #2495

Open
jas-valgotar opened this issue Jun 19, 2024 · 3 comments

Comments

@jas-valgotar
Copy link
Contributor

Currently if you use connectors via Dataverse Plugins, it only uses Logical Name in expression, it should also allow display name.

@LucGenetier
Copy link
Contributor

LucGenetier commented Jun 26, 2024

Could you provide an example/more context where you'd see a display name being used?
Notes:
Action connectors should not support displaynames - we are supporting them in some places but this is incorrect - #2405
This doesn't apply to tabular connectors, like DV

@jas-valgotar jas-valgotar changed the title Connectors should be able to use Display name in an expression. Connectors namespace should be able to use Display name in an expression. Jun 27, 2024
@jas-valgotar
Copy link
Contributor Author

{out: cr8b8_weather.CurrentWeather("Redmond","Imperial").responses.weather.current.Temperature}

here we want to use display name instead of cr8b8_weather as a namespace

@jas-valgotar
Copy link
Contributor Author

jas-valgotar commented Jun 27, 2024

After discussion with Luc, found out we define namespace here and should use displayname when creating connector settings,
new ConnectorSettings(connectionReference.ConnectionReferenceLogicalName)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants