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

Flow error in logic app of ETL from DB to csv file #1068

Open
qbt-wjiang opened this issue May 20, 2024 · 0 comments
Open

Flow error in logic app of ETL from DB to csv file #1068

qbt-wjiang opened this issue May 20, 2024 · 0 comments

Comments

@qbt-wjiang
Copy link

Describe the Bug with repro steps

  1. execute a predefined stored proc in Azure SQL database
  2. downloading and save the result to Azure Active Directory domain FQDN from DN in csv text file format
  3. upload this csv file into a sftp server

What type of Logic App Is this happening in?

Consumption (Portal)

Are you using new designer or old designer

New Designer

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

Yes

Workflow JSON

{
  "type": "ApiConnection",
  "inputs": {
    "host": {
      "connection": {
        "referenceName": "iaconnectjml"
      }
    },
    "method": "post",
    "body": {
      "Workflow": "@{workflow()}",
      "DN": ""
    },
    "path": "/PowerShellAutomation/ActiveDirectoryGetDomainFQDNFromDN"
  },
  "runAfter": {
    "Execute_stored_procedure_(V2)": [
      "Succeeded"
    ]
  }
}

Screenshots or Videos

No response

Browser

Chrome

Additional context

Unsure how to set DN information in FQDN connection

@hartra344 hartra344 transferred this issue from Azure/LogicAppsUX May 27, 2024
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

1 participant