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

Missing Org Url drop down selection #6285

Open
mcruz2525 opened this issue Dec 19, 2024 · 3 comments
Open

Missing Org Url drop down selection #6285

mcruz2525 opened this issue Dec 19, 2024 · 3 comments
Assignees

Comments

@mcruz2525
Copy link

mcruz2525 commented Dec 19, 2024

Describe the Bug with repro steps

  1. Create a Dataverse Action (Get Record by ID)
  2. ORL URL is available for selection

What type of Logic App Is this happening in?

Consumption (Portal)

Which operating system are you using?

Windows

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

{
  "type": "ApiConnection",
  "inputs": {
    "host": {
      "connection": {
        "referenceName": "dynamicscrmonline"
      }
    },
    "method": "get",
    "headers": {
      "prefer": "odata.include-annotations=*",
      "accept": "application/json;odata.metadata=full",
      "organization": "@{encodeURIComponent(encodeURIComponent('https://aer-uat.crm9.dynamics.com'))}"
    },
    "path": "/api/data/v9.1/@{encodeURIComponent(encodeURIComponent('contacts'))}(@{encodeURIComponent(encodeURIComponent(items('For_each')?['_ait_contact_value']))})"
  }
}

Screenshots or Videos

Image

Browser

Chrome

Additional context

I have other dataverse actions that contain the ORL URL selection, its only behaving this way on the 'Get Record' action. I've removed and recreated and still no luck.

@rllyy97
Copy link
Contributor

rllyy97 commented Dec 31, 2024

Hi @mcruz2525, thanks for reporting your issue, but I'm confused on what the exact issue is.
Is the Org Url parameter missing altogether from the panel? Or are the dynamic data / parameter dropdown options not loading? Or something else?
I'm seeing both the parameter and the dynamic data options when I try to reproduce your issue.
If it's that you aren't seeing the parameter dropdown options, those are dynamically populated based on the connection you have assigned to the action, and I would double check the connection you're using.

@mcruz2525
Copy link
Author

Hi @rllyy97. The ORGS are missing from the drop down selection. I try to manually enter URL's but when running logic apps I get an error of bad request. This is now happening on several of my other logic apps.

Thanks,
mcruz2525

@rllyy97
Copy link
Contributor

rllyy97 commented Jan 2, 2025

If it's the data that's missing, I would think it's an issue with the connection. Can you try recreating your connection and see if that fixes the issue?
And when you say the orgs are missing, are you seeing any options for the dropdown at all? From your screenshot I'm seeing two values populated, if there was an error there wouldn't be any values, and it would be showing an error message.
Also, can you try recording the network logs while reproducing the issue? Docs with steps on gathering those logs can be found on our docs site here. You can send the logs files directly to me at [email protected]

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