Tracked Properties for Conditions
- Dominant language
- ABAP
- Stars
- 424
- Forks
- 320
- Avg merge
- 14h 41m
- Merged PRs (30d)
- 1
Description
### Severity
P3 - Medium (Minor functionality affected)
### Describe the Bug with repro steps
For Condition activities, the follow expressions fail when for Tracked Properties with error TrackedPropertiesEvaluationFailed.
action().inputs
action().inputs.expressionResult
Works without generating failure, but doesn't provide useful information.
action()
**Workaround** - Equivalent to action().inputs
~~base64ToString(action().inputsLink.inlinedContent)~~
base64ToString(string(action()?['inputsLink']?['inlinedContent']))
To reproduce issue
1. Create Condition activity.
2. Create Tracked Property with values mentioned above.
### What type of Logic App Is this happening in?
Consumption (Portal)
### Are you experiencing a regression?
_No response_
### Which operating system are you using?
Windows
### Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
### Workflow JSON
```json
```
### Screenshots or Videos


### Environment
Chrome Version 136.0.7103.114 (Official Build) (64-bit)
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.