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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard