Closed
Description
Describe the Bug with repro steps
- Copy action "Initialize Variable" from an existing boolean activity (originally I mistakenly wrote that this happened when inserting a new action but I can only recreate the issue when copying | pasting from an existing activity)
- Define a name e.g. floattest
- Select variable type = float
- Attempt to enter a non-boolean value (e.g. 0.0)
- Error message appears ("enter a valid boolean value")
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
{
"type": "InitializeVariable",
"inputs": {
"variables": [
{
"name": "fltEntireOrderDiscount",
"type": "float",
"value": 0
}
]
},
"runAfter": {
"InitBackorderTypeString": [
"SUCCEEDED"
]
}
}
Screenshots or Videos
Browser
Edge
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels