Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
74 stars 80 forks source link

Webhook testing _ Http webhook as a trigger and action. #1987

Closed v-prakumar closed 1 year ago

v-prakumar commented 1 year ago

Describe the Bug with repro steps

Portal Workflow: 1.Add standard LA and add stateful workflow into. 2.Add http trigger and add current time action. 3.Add http action : In method:Post, URI: Body token of the trigger, Body: Some random text and current time token. 4.Try to save the workflow.

Actual: Workflow is saving with a error. image

Expected: Workflow should be saved without any error.

VS Code workflow: 1.Add a vs code project and stateful workflow into. 2.Add HTTP webhook as trigger. 3.Method: Post, URI: Portal workflow URL from above portal step 4. 4.In Body : Try to add callback URL token.

Actual: No option is present to add token. image

Expected: Token should be present.

Workflow JSON

No response

Screenshots or Videos

No response

Browser

Vs Code

Additional context

VS Code Artifacts :

VS Code extension - ​vsix icon vscode-azurelogicapps-2.0.26.vsix NuGet package: https://artprodeussu2.artifacts.visualstudio.com/A41bf5486-7392-4b7a-a7e3-a735c767e3b3/b32aa71e-8ed2-41b2-9d77-5bc261222004/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL21zYXp1cmUvcHJvamVjdElkL2IzMmFhNzFlLThlZDItNDFiMi05ZDc3LTViYzI2MTIyMjAwNC9idWlsZElkLzcxMzU5ODUxL2FydGlmYWN0TmFtZS9kcm9wX2J1aWxkX0J1aWxkQXJ0aWZhY3RzX1dpbmRvd3M1/content?format=file&subPath=%2FMicrosoft.Azure.Workflows.WebJobs.Extension.1.17.1.nupkg Extension Bundle (CDN URL): https://cdnforlogicappsv2.blob.core.windows.net/logicapps-vendortesting Extension Bundle (Direct Download): https://cdnforlogicappsv2.blob.core.windows.net/logicapps-vendortesting/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows/1.17.1/Microsoft.Azure.Functions.ExtensionBundle.Workflows.1.17.1_any-any.zip

Eric-B-Wu commented 1 year ago

Part 2 of this issue should be fixed https://github.com/Azure/LogicAppsUX/pull/1974 in this PR

v-prakumar commented 1 year ago

Part 2 is repro in the standard workflow. Environmental Details:

URL: https://aka.ms/emastaging-flowsEurope

Version : 2.30410.1.3

image

Eric-B-Wu commented 1 year ago

@v-prakumar please note that this PR was completed 4/12, and the release was a snapshot of the designer on 4/10, so this change is not reflected yet on the release branch

v-prakumar commented 1 year ago

@ccastrotrejo For VS Code (2.9.1) issue is fixed.