Announcements
Hi,
Is it possible somehow to create custom functions in app.formulas?
I tried to create one, even tried the one suggested by the help (FindMonth(d:Text):Number=Month(DateParse(d));) but PowerApps always tells that 'FindMonth' is an unknow or unsupported function.
Thanks
Adam
Hi @Koczek ,
For transforming text to a date and extracting the month, you would use DateValue to convert text to a date, and then Month to get the month number. For example, if you have a text input named TextInput1, you could use the following on a button's OnSelect property to set a context variable:
UpdateContext({varResult: Month(DateValue(TextInput1.Text))})
This sets the context variable varResult to the month number derived from the date string in TextInput1.Best Regards,
Hassan Raza
Hi @Hassan_SZ_365 ,
Thanks, but the question was not about extracting Month, it was a general question if it is possible somehow to create a custom function in the App's formulas property, like you can create named formulas.
I thought it is possible as the help suggest.
Hi!, there is a workaround but you need to enable the experimental feature User Defined FunctionsYou can see it here:https://powerusers.microsoft.com/t5/Building-Power-Apps/Named-formula-with-arguments/m-p/2798498
Regards, Juan Antonio
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 914
11manish 612
Valantis 604