Azure / Azure/logicapps

Tracked Properties for Conditions

Open
#1,393 2 comments 0 reactions 0 assignees View on GitHub
bug
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

![Image](https://github.com/user-attachments/assets/8935265c-7059-42e4-8b02-36bd8bffc59b)

![Image](https://github.com/user-attachments/assets/29bb935a-4b6d-4d26-81b7-43f970b0b808)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.