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

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Receiving Argument Error when adding Flow to OnSuccess

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

In my original App, I had two flows that would run.

I decided to combine them into one flow.

I craeted a new flow, combined them.

When I add it to Power Apps, I keep getting an argument error.  I can't figure out why or how to fix it.

It is the same thing I have done before, so I am not sure what is happening here.

 

'EAUCA-ReCal-Teams'.Run(
 JSON(
 {CaseNumber: Self.LastSubmit.Title, 
 CaseType: Self.LastSubmit.CaseType.Value,
 EngineerSMTP: Self.LastSubmit.AssignedTo.Value,
 CaseSpecialty: Self.LastSubmit.CaseSpecialty,
 ID: Self.LastSubmit.AssignedTo.Id,
 AssignTime: Self.LastSubmit.AssignmentTime,
 AR: Self.LastSubmit.AR,
 Offering: Concat(Self.LastSubmit.ServiceNameOffering, Value&" ")
 
 }
 )
);

 

When you look at my flow, the only thing that has changed is when I choose AskInPower Apps.

It has been giving me multiple for some reason in this new flow.

 

{
 "type": "object",
 "properties": {
 "CaseNumber": {
 "type": "string"
 },
 "CaseType": {
 "type": "string"
 },
 "EngineerSMTP": {
 "type": "string"
 },
 "CaseSpecialty": {
 "type": "string"
 },
 "ID": {
 "type": "integer"
 },
 "AssignTime": {
 "type": "string"
 },
 "AR": {
 "type": "boolean"
 },
 "Offering": {
 "type": "string"
 }
 }
}

 

lardo5150_0-1647383002030.pnglardo5150_1-1647383020444.pnglardo5150_2-1647383044215.png

 

Again, all I did was combine the two flows into one.

I do have a branch that happens after the Parse JSON

lardo5150_3-1647383095240.png

 

I have the same question (0)

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 652 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 410 Super User 2025 Season 2

#3
developerAJ Profile Picture

developerAJ 236

Last 30 days Overall leaderboard