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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / how to get value of fi...
Power Automate
Unanswered

how to get value of field in Dataverse table by field name

(0) ShareShare
ReportReport
Posted on by 2

I'm building flow that generate sms message that will take some parameters (for example: name if entity account and fullname if entity is contact) 

the problem I faces that I'm need to send column name as parameter and while generate sms message get name from account entity or fullname from contact

 

1.png

where parameter value display as string as

clint: @{items('Apply_to_each_Account_-_dynamic')?['name']}

 

I need to send the previous string in runtime and flow understand as in image 

Categories:
I have the same question (0)
  • PrasadAthalye Profile Picture
    on at

    It should work as you have entered in the expression. One other way is to use Concat function and concat both string expressions.... Something like below...

     

    concat('Test', outputs('Create_file')?['body/DisplayName'])
  • ahmedk2021 Profile Picture
    2 on at

    I tried to use "concat" expression but still nothing happened, value of

    concat('client:', @{items('Apply_to_each_Account_-_dynamic')?['name']}) become 

    "client: @{items('Apply_to_each_Account_-_dynamic')?['name']}"

    not

    "client: account name"

     

    it still understant "@{items('Apply_to_each_Account_-_dynamic')?['name']}" as string

  • PrasadAthalye Profile Picture
    on at

    Can you try following?

     

    concat('client:', items('Apply_to_each_Account_-_dynamic')?['name'])

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard