"Ask in PowerApps"

Options

I have a tile on constituent records that will be used to send an email to the constituent. I have a PowerAutomate flow being triggered by a PowerApp button. Since the 2 are connected, the PowerApp add-in tile knows what record it is on & the button is sending info to PowerAutomate I can't figure out why “Ask in PowerApps” is not showing up under dynamic content in the PowerAutomate flow like it does in all of the demo videos I watch. Any suggestions?

054f767c4c90ba028e1392c7cddad4ac-huge-im
ac8ab7712edb08f94713f6b8e07fad6c-huge-im

Comments

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary 1,500 Likes 2500 Comments Name Dropper

    @Greg Burton

    1. I don't know why you add a tile for sending an email, unless you are just playing around and testing out functionalities.
    2. In the Power Automate for the button in Power App, change the trigger from Power App to Power App V2, much better control of parameter passing between Power App and Power Automate
  • @Alex Wong
    Currently fundraisers have to copy the email address, open Outlook, create & send the email then go back into NXT to record the action. I want them to be able to do all of that from this tile.

    I got the same results from using Power Apps (V2).

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary 1,500 Likes 2500 Comments Name Dropper

    @Greg Burton
    If this is a planned production use of Power App, I advise against it.

    your fundraiser does not need to copy and paste, since you said outlook, if the fundraiser simply click on the email address, it will open outlook with the email already filled in on an outlook new message window.

    I would also recommend you look into the Outlook addin:

    If you really want to get the PowerApp to work, like I said, use PowerApp V2, but you have to know how to use it, it doesn't magically work.

    89ef7ab5e91838aebc7b0b479b6a9879-huge-im

    From within the Power App you need to call the Flow and provide the parameter needed by the flow to send email to it.

    UpdateContext({FlowResponse:'SMSNXT-AddAssignment'.Run(varSelectedGift.REGiftSysID, 'DataTable-Student_A'.Selected.ImpactId, Int('Input-Amount_A'.Text), varDefaultYear, "Confirmed")});

  • @Alex Wong
    Thanks for the info, Alex. This is what I was trying to create. I saw this in a BB Sky Developer video from 2 yrs ago. I'll give your “workaround”, the BB Outlook add-in, a try. Looks like it will do the trick.

    3d20719eb11f1331289da4b67da7e930-huge-im

Categories