Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
67 stars 66 forks source link

Run view shows raw HTML in outputs #4842

Closed Aleks-gdb closed 2 weeks ago

Aleks-gdb commented 2 weeks ago

Describe the Bug with repro steps

  1. In Power Automate go to flows page and click on new flow -> Instant Cloud Flow
  2. Flow Creation Dialog opens. Select 'Manual Trigger' and click on 'Create'.
  3. V3 Designer opens with manual trigger. Click on 'Add New Action' and add 'List rows from selected environment' (Microsoft Dataverse) action.
  4. Provide '(Current)' for Environment and 'Contacts' for table name and then provide select columns field value as 'firstname,lastname,fullname,annualincome'
  5. Add an action 'Create HTML Table' and provide 'value/body' as the input for 'From' field.
  6. In the columns field select 'custom' and add the First Name, last Name, Full Name, Annual Income and provide corresponding dynamic input values.
  7. Save and test the flow.
  8. Go to the flow run details page.
  9. Open the create HTML table action card run details and verify the output

What type of Logic App Is this happening in?

Power Automate

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

No response

Screenshots or Videos

The issue: image Previous designer view for the same: image

Browser

Chrome

Additional context

No response

hartra344 commented 2 weeks ago

Currently working as expected, but this is a duplicate of: #4472