Azure / Azure/LogicAppsUX

UI no longer wraps objects/arrays with string identifiers when passing parameters to a SQL Server Stored Procedure

Open
#6,090 0 comments 0 reactions 1 assignee Claimed by @Eric-B-Wu View on GitHub
Dominant language
TypeScript
Stars
111
Forks
109
Avg merge
1d 23h
Merged PRs (30d)
20

Description

### Describe the Bug with repro steps

Previously, in the (still better) old UI, when adding an element to a stored procedure it would automatically stringify it by wrapping it in '{}' as the stored proc would expect this to be a string (NVARCHAR(MAX) in the definition of the usp).

Now you need to do that either by wrapping it with string or go to the code and do it manually.

When doing it with the accolades in the code, it quite often breaks the designer and the activity.

Additionally it seems you are no longer able to select the 'Body' of an activity in the UI when populating said parameter.

### What type of Logic App Is this happening in?

Consumption (Portal)

### Which operating system are you using?

Windows

### 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

```json

```

### Screenshots or Videos

*No response*

### Browser

Chrome Version 130.0.6723.117

### Additional context

*No response*

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.