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.
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
Screenshots or Videos
No response
Browser
Chrome Version 130.0.6723.117
Additional context
No response