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 / Creating a Signature (...
Power Apps
Answered

Creating a Signature (Textinput) based off of multiple informations/variables

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello.

 

I've been wanting to create a signature generator for my company, using Information we already have stored in Office365 (specific to the user).

The way I've been thinking to approach this is to use all the given information/variables and put them together in such a way that I'll have a neatly formatted signature.

 

However I have issues putting this information together. I've been thinking of using a rich text editor for this, so that after edits are possible. How would I feed all this information I have into the Rich Text Editor? I was thinking that all the user would have to do is a press a button, that would then grab all the data, assemble it together and then display it on the given rich text editor. 

 

I've attached an image of what this would look like, roughly.

 

Another question would be: Is it possible to give the text formatting before they are inserted into the rich text editor?

 

 

Thank you for your continued assistance.

 
 
 
Unbenannt.PNG
Categories:
I have the same question (0)
  • MrDannyHarry Profile Picture
    144 on at

    Just a few questions.

     

    - Do you want them to be able to edit the signature after?

    - If not you could use a HTML Text element and design the signature in there.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    - Do you want them to be able to edit the signature after?

    It would be great if they could do so easily, I wouldn't mind implementing additional Textboxes that would also serve this purpose.

     

    - If not you could use a HTML Text element and design the signature in there.

    I believe that through HTML I can get the result I'd want more easily, how would I go about building the HTML code that I need in PowerApps?

     

    Thank you for your help!

  • MrDannyHarry Profile Picture
    144 on at

    You can pull information from 365 by using the office365Users Connector.

    This will allow you to use commands like 

     

    Office365Users.MyProfile().Mail
    Office365Users.MyProfile().DisplayName
    Office365Users.MyProfile().TelephoneNumber
     
    So the way I would do a static Signature without editing.
     

     

     

    "With kind Regards, <br><br>" &
    
    Office365Users.MyProfile().DisplayName & "<br>" &
    Office365Users.MyProfile().JobTitle & "<br>" &
    Office365Users.MyProfile().OfficeLocation & "<br>
    <img src='URL TO LOGO'>"

     

     

    I will quickly design something to edit the signature and attach to here in a few mins.</div>

     

  • Verified answer
    MrDannyHarry Profile Picture
    144 on at

    Try loading the attached App and see what you think.

     

    Very basic, I have added a text box for each element and set the default to the Office 365 User Details.

    The values can be changed manually once the app has been run and it will update the HTMLText field.

  • MrDannyHarry Profile Picture
    144 on at

    This one has the URL Field as well.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I can't thank you enough.

     

    I will try it out in an hour or so!

    If I run into anymore issues or need help with anything else, I will make another post here.

     

    Have a wonderful day!

     

  • MrDannyHarry Profile Picture
    144 on at

    No problem at all!

     

    Hope it works well for you. If you find the solution works please mark as solution 🙂

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard