I have created 3 buttons using update context.. results are showing status of inprogress, not started, waiting feedback.. I want to combine all 3 and show the result in gallery.
How to combine 3 buttons data as one?
Hi @Ungarala1 ,
Assuming your Variables are Text, it would be (with spaces in between)
variable1 & " " & variable2 & " " & variable3
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.
it showing only last variable data only
UpdateContext({varStatus:"NotStarted"});UpdateContext({SelectedButton:12}) & " "& UpdateContext({varStatus:"InProgress"});UpdateContext({SelectedButton:7})
I don't know exactly what you are doing here, but the syntax to join two items is below.
UpdateContext(
{
varStatus:
"Not Started" & " " & "InProgress"
}
)
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 |
---|---|
191 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
263 | |
86 | |
71 | |
69 | |
66 |