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

Convert to Power Automate Parameters & Lookups #1083

Open
rhanoudi opened this issue Oct 7, 2024 · 2 comments
Open

Convert to Power Automate Parameters & Lookups #1083

rhanoudi opened this issue Oct 7, 2024 · 2 comments

Comments

@rhanoudi
Copy link

rhanoudi commented Oct 7, 2024

Hello Rappen,

I've noticed that the tool incorrectly converts the lookup columns to this format (When looking at the column output): _parentaccountid_value

The above format is required for filtering, however when simply selecting columns, all we need is the field name.

Microsoft made this super confusing...

Rayan

@rappen
Copy link
Owner

rappen commented Oct 7, 2024

Ping @MarkMpn - any thoughts?

@MarkMpn
Copy link
Collaborator

MarkMpn commented Oct 10, 2024

I've found if you do e.g.

/api/data/v9.0/accounts?$select=parentaccountid

the JSON you get returned includes every attribute, including _parentaccountid_value. If you do:

/api/data/v9.0/accounts?$select=_parentaccountid_value

then you only get the requested _parentaccountid_value field.

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

3 participants