Hi. I'm currently working on an app with Form being the main input of data. I would like to create a textbox where it summarizes all the information I gathered from the text boxes in that form.
On the summary box, I want to load this statement automatically: The Ticket # 123456 about Can't sign in account has been Closed on 10/12/2021. Is it possible with forms?
Solved! Go to Solution.
Hi @biancadevera ,
The Default of the bottom text box would be
"Ticket" & YourTickbox.Text & " about " & YOurIssueDescriptionBox.Text & " has been " & YourStatusDropdown,Selected.Value & " on " Text(YourDateClosedBox.SelectedDate, "mm/dd/yyyy")
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.
Hi @biancadevera ,
The Default of the bottom text box would be
"Ticket" & YourTickbox.Text & " about " & YOurIssueDescriptionBox.Text & " has been " & YourStatusDropdown,Selected.Value & " on " Text(YourDateClosedBox.SelectedDate, "mm/dd/yyyy")
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.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
190 | |
45 | |
45 | |
36 | |
36 |
User | Count |
---|---|
261 | |
82 | |
78 | |
69 | |
69 |