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 / error on json - clear ...
Power Apps
Answered

error on json - clear collect (power app & power automate)

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

 

Working on creating power app and power automate, where i would like to capture information from a form with dropdown option (must select 1) then send this information to email.

I am using clear collect function and JSON function to send this to power automate, however on the dropdown value, when it is translated to power automate, it keeps showing 100000000 for the result. 

 

Any advice what i should check to fix this problem?

 

Result:

[{"AccountName":"testno4","CargoType":100000000,"ContSize":100000000,"EmailCustomer":"test@test.com","Sector":100000000,"Type":100000000,"ValidFrom":"2021-06-27","ValidTo":"2021-06-30"}]

 

Value of the error is supposed to be:

Cargo Type : DRY

Sector : NSA-JEA

Type : Empty

ContSize : 20

 

Screenshot in power automate on Parse JSON:

schandra_0-1624862578971.png

 

 

Coding from the button "Send e-Mail" in Power App

ClearCollect(
QuoteColl,
{
EmailCustomer: InputEmailCustomer.Text,
AccountName: InputAccountName.Text,
Sector: DataCardSector.Selected.Value,
CargoType: DataCardCargoType.Selected.Value,
ContSize: DataCardContainerSize.Selected.Value,
Type: DataCardType.Selected.Value,
ValidFrom: DateValueValidForm.SelectedDate,
ValidTo: DateValueValidTo.SelectedDate
}
);
Set(
QuoteToCust,
JSON(QuoteColl)
);
Clear(QuoteColl);
SendQuotation.Run(QuoteToCust);
Navigate(ConfirmEmailSentScreen)

Categories:
I have the same question (0)
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    Please see your error.

    vxiaochenmsft_0-1624865223759.png

    This means that some of the data sent from powerapps to flow is of int type, and you have defined the column as string type in the flow's 'parse JSON' action.

    Their data types do not match.

    vxiaochenmsft_1-1624865447887.png

     

    Best Regards,
    Wearsky
    If my post helps, then please consider Accept it as the solution to help others. Thanks.

     

     

     

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thanks a lot. I just found a work around for this. I replaced everything with a new coding.

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
11manish Profile Picture

11manish 528

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard