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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested Answer

How to insert exact value in insert row rather lookup ID in power automate

(2) ShareShare
ReportReport
Posted on by 4
,
I have table 4 table 
I have Project Main with followinng details 
Project is lookup from PRoejct table
User is lookup from User table
Roles is look up from Roles table 
1. Project Main
Project User  Role
 XYZ KM  Data Analyst
 
2. Project 
project
 XYZ
 
3. User
user 
 KM

4. Roles
role
 
Data Analyst


I am running a power autmate to enter this data in SQL server 
what i have done till now in power automate is 
1.List Rows
2.Execute stored procedure
3. Insert Row 

However, SQL table has been inserted with something like UID instead of actual value

Insert into SQL:
Project User  Role
 12345688900 346dgw577h dasfg13546bhyuyi

Expected Insert into SQL  
Project User  Role
 XYZ KM  Data Analyst
Categories:
I have the same question (0)
  • Suggested answer
    Inogic Profile Picture
    743 on at
    Hi,
     
    In Dataverse:
    • Project, User, and Role are lookup fields
    • Lookup fields store IDs, not text
    • If we set this id’s then Power Automate sends those IDs to SQL
    This is normal behaviour and usually happens.

    So please follow below

    You must get the name first, then insert it into SQL.

    Step 1: List rows

    Use List rows on Project Main
    This gives you the IDs of Project, User, and Role.

    Step 2: Get the actual values

    For each lookup, add Get a row by ID:
    • From Project table → get Project Name
    • From User table → get User Name
    • From Role table → get Role Name

    Step 3: Insert into SQL

    In Insert Row, use:
    • Use Project name
    • Use User name
    • Use Role name
    Please make sure to use text value and not the lookup ID

    Hope this helps.
     
    Thanks!
    Inogic
  • CU16071138-0 Profile Picture
    on at

    Thanks for sharing this solution the explanation around handling lookup values instead of IDs in Power Automate is really helpful and easy to follow. This kind of clear guidance, where you can check details easily, saves a lot of time for others facing the same issue.

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 Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Pallavi Phade Profile Picture

Pallavi Phade 102 Super User 2026 Season 1

#2
Abhilash Warrier Profile Picture

Abhilash Warrier 55 Super User 2026 Season 1

#3
ManoVerse Profile Picture

ManoVerse 45 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans