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 :

How to Create a Flow Button and Use the New Email, Yes/No, and Image Inputs

melihubb Profile Picture Posted by melihubb 83

This video walks through how to create a button that when pressed allows you to track issues ore defects by adding an image and entering data into several input fields. The information and image are then sent in an email.

 

Expression Used: base64ToBinary(triggerbody()?['file']?['contentBytes'])

 

Big shout out to Daniel Christian @dchristian19 for his work on this one!

 

buttoninputthumbnail.PNG

Categories:

Comments

  • dewofspring Profile Picture dewofspring
    Posted at
    How to Create a Flow Button and Use the New Email, Yes/No, and Image Inputs

    Did you get an answer? 🙂 

    This is everything wrong with MS tutorials; they omit one of the critical pieces of information.

  • Randart Profile Picture Randart 2
    Posted at
    How to Create a Flow Button and Use the New Email, Yes/No, and Image Inputs

     

    Excellent demo,

     

    Just one question, in the video you manually triggered the flow for demonstration purposes, however  in the implementation where this button can/should be placed?

     

    I intend to reuse the concept shown for an "acknowledgement button" or email read receipt since currently send email from outlook365 does not support such feature.

     

    Thank you for your time.