web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Lookups display value ...
Power Automate
Unanswered

Lookups display value in flows - Dataverse

(2) ShareShare
ReportReport
Posted on by 1,430 Super User 2024 Season 1

Hi,

 

This might be old news but I have realised it just now and haven´t found a thread on it, so I decided to share...

 

In the dynamic content only a subset of keys are made available from a previous step like get row by id for selection on the following steps. However, if you take the entire JSON object response from that get row by id you will find many more key/value pairs.

 

Lets take the modified by, for example:

 

  "_modifiedby_value@OData.Community.Display.V1.FormattedValue": "User Name",
  "_modifiedby_value@Microsoft.Dynamics.CRM.lookuplogicalname": "systemuser",
  "_modifiedby_value@odata.type": "#Guid",
  "_modifiedby_value": "a5082285-de4a-ec11-8f8e-000d3ab748f1",

 

From these 4, dynamic content will show you only the last 2, hiding the name of the user and in this case that was what I was looking for.

 

One option would be to make a list rows step and get the record of of the user, but there is another option:

 

- take the key you need: "_modifiedby_value@OData.Community.Display.V1.FormattedValue"
 - Insert a compose and use a concat() with one of the available values from dynamic content and then edit the portion that instanciates de key: 
concat(outputs('Get_a_row_by_ID_Subscriptions')?['body/_modifiedby_value@OData.Community.Display.V1.FormattedValue'])

 

The output of the compose will be the user's display name.

 

Again, not sure this will help anyone but I hope so.

Regards.

Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 889

#2
Valantis Profile Picture

Valantis 830

#3
Haque Profile Picture

Haque 505

Last 30 days Overall leaderboard