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 / Get Full Month from a ...
Power Apps
Answered

Get Full Month from a Variable (to store in a Variable) to then Patch

(0) ShareShare
ReportReport
Posted on by 35
Please can someone suggest how to do this in fx.
 
I am using Canvas Apps not a form.
 
I have set a variable:
 
Set(varNowDate, Today());
 
and i want to set a variable VarNowDelgatedMonth, that uses the Variable varNowDate but display the full Month name. IE. "April" not "Apr"
 
I want to store the Month as text in a variable VarNowDelgatedMonth.
 
I would then Patch the VarNowDelgatedMonth to my Sharepoint List.
 
I could only find an answers from using a combobox, but i just want to use a variable, not a control.
I know that "mmmm" should be part of the formula, but not sure how to structure it to work with variables as above.
 
Any advice/assistance greatly appreciated.
 
 
 
I have the same question (0)
  • Verified answer
    MS.Ragavendar Profile Picture
    6,616 Super User 2026 Season 1 on at
     
    Set(
        VarNowDelegatedMonth,
        Text(varNowDate, "mmmm")
    );
     
    Since you mentioned new to power-apps there is an article from @mdevaney about Power apps functions you can check it
     
    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups.
  • Verified answer
    RobElliott Profile Picture
    10,471 Super User 2026 Season 1 on at
     
    Set(
        varNowDate,
        Today()
    );
    Set(
        varNowDelegatedMonth,
        Text(
            varNowDate,
            "mmmm"
        )
    )
     
    Rob
    Los Gallardos
    Microsoft Power Platform Community Super User.
    Principal Consultant, Power Platform, WSP Global (and classic 1967 Morris Traveller driver)
  • Verified answer
    Power Platform Guy Profile Picture
    134 on at
     
    To get the Month -  Below Power Fx can be used.
     
    Text(Today(), "mmmm") - April
    Text(Today(), "mmm") - Apr
    Text(Today(), "mm") - 04
     
    ☑️Accept as Solution to help others 💙 A Like is appreciated ❓Tag @PowerPlatform Guy for any queries
  • CU10041356-0 Profile Picture
    35 on at
    Thankyou so much.
    That's working exactly as i needed.
  • CU10041356-0 Profile Picture
    35 on at
    @MS.Ragavendar
     
    Many thanks for the link - it is much appreciated.
  • MS.Ragavendar Profile Picture
    6,616 Super User 2026 Season 1 on at
    @CU10041356-0, glad it worked for you. ✅If helped, please Accept 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 516

#2
Vish WR Profile Picture

Vish WR 444

#3
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

Last 30 days Overall leaderboard