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 Apps / Missing columns when S...
Power Apps
Unanswered

Missing columns when Sending JSON data to Power Automate

(0) ShareShare
ReportReport
Posted on by 4

Hi all, 

 

I was trying to send a table to power automate. 

The table has around 15 columns. 

I have used showcolumns functions to list out the 10 columns that I needed. 

But when it reach power automate, it only received 4 of them. 

 

my code is like : 

myfunction.Run(

JSON(
ShowColumns(
mydatasource,
GUID,
'Line No', 
Number_text, 
name,
Description,
Quantity, 
Currency, 
Amount, 
ExchangeRate, 
Unit Cost
submissiontypevalue
)
)
)
 
When it reach Power Automate, the data will only show 4 columns:  
[{"Number_text":"123456","name":"ABC","cr34d_guid":"44a75fb8-1ed8-47cc-9ecb-6ad2a9c00b0f","submissiontypevalue":"A"},{"Number_text":"101101","coaname":"XYZ","cr34d_guid":"1405f215-36a4-4263-b609-72eccb136bc0","submissiontypevalue":"B"}]
 
All other columns have actual number / string in it.
Categories:
I have the same question (0)
  • a33ik Profile Picture
    3,306 Most Valuable Professional on at

    Your Unit Cost field has space inside your formula. Shouldn't it be 'Unit Cost'? Are you sure your formula is exactly what you use in your app? I doubt it is.

  • bennytam Profile Picture
    4 on at

    Thanks for pointing out. 

    It is just a typo when I copy the script to here.

    My script would have failed and not receive anything on the Power Automate end if I missed the quotation marks.  

     

    myfunction.Run(

    JSON(
    ShowColumns(
    mydatasource,
    GUID,
    'Line No', 
    Number_text, 
    name,
    Description,
    Quantity, 
    Currency, 
    Amount, 
    ExchangeRate, 
    'Unit Cost'
    submissiontypevalue
    )
    )
    )

     

  • a33ik Profile Picture
    3,306 Most Valuable Professional on at

    Did you check if it get properly serialized at the first place? Like adding textbox to the app and assigning

     

    JSON(
    ShowColumns(
    mydatasource,
    GUID,
    'Line No', 
    Number_text, 
    name,
    Description,
    Quantity, 
    Currency, 
    Amount, 
    ExchangeRate, 
    'Unit Cost', 
    submissiontypevalue
    )
    )

     

    to the Default property?

  • bennytam Profile Picture
    4 on at

    Thanks a lot! @a33ik 

     

    The textbox can only show 3-4 columns , but I got the idea. 

    Eventually I have to create a hidden gallery for this table and add textboxes for all the columns. 

    Then I used JSON(Gallery1.AllItems, JSONFormat.IgnoreUnsupportedTypes) to call back the json string and pass to Power Automate. 

     

    Works Now! 

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 Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 627

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard