I have two InputCard, One is user input and other is disables, When user input in first DataCardValue then second DataCardvalue default fill with lowercases and add dashes instead of spaces.
For Example, In below first datacard user enter Daily Monitoring, so in the second by default it convert to lowercases and dash instead of space
It would be
TextInput1.Text & "-" & Lower(TextInput2.Text)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
Hi @WarrenBelz
Textinput1 & Textinput2 must be in Textinput3 with lowercases and dashes
For example, In TextInput1 we have 2023 and Textinput2, we have Daily Monitoring so In TextInput3, we have 2023-daily-monitoring
HI @Anonymous221221 ,
It would be
Substitute(
Lower(TopTextBoxName.Text),
" " ,
"-"
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional