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 / Powerapps/power automa...
Power Apps
Unanswered

Powerapps/power automates connection

(0) ShareShare
ReportReport
Posted on by 4

Hey, I've developed an app where people can place orders, and we can either accept or deny from forms. The thing is, I've created a Power Automate flow, but it's not functioning as expected. I'm not receiving emails or Teams/approval notifications. I'm using 'OnSuccess' in my forms:

 

I use onsuccess on my forms If( varFormMode = FormMode.New, If( !IsBlank(Form3.LastSubmit.ID), Myflow.Run(Form3.LastSubmit.ID), Notify("Tusen takk.", NotificationType.Success) ) ); Notify( "Form ble sendt", NotificationType.Success ); Navigate(Screen2)
 
and APP > OnStart
 
If(
    !IsBlank(Param("ID")),
    Set(
        varItem,
        LookUp(
            'Bestilling AnalyseABØ',
            ID = Value(Param("ID"))
        )
    );
    Set(
        varFormMode,
        FormMode.Edit
    )
)
When I submit my form, I recieve this notification.
Myflow.Run failed: The function 'Run' has an invalid value for parameter 'number' - a blank value was passed to it where it was not expected. Please make sure that a valid argument is passed to the function.
 
when I try to start the flow on power Automates I m being prompted for an item number(refer to attached picture)  👇
⬇️
Skjermbilde 2024-01-25 122004.png
I didnt use any patch. Can it be the problem?
Any suggestions on what might be causing the issue? Appreciate your help!"
 
 

 

 

 

 

 

Categories:
  • WarrenBelz Profile Picture
    156,570 Most Valuable Professional on at

    Hi @Cemolcan ,

    A screen shot of your Flow (expanded) would be very helpful here.

  • Cemolcan Profile Picture
    4 on at

    Hi @WarrenBelz 🙂Skjermbilde 2024-01-25 125533.png

  • Cemolcan Profile Picture
    4 on at

    Could the issue be that I didn't recieve an e-post adress from Microsoft Azure? Instead, I used my regular work e-post adress.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard