I have a date picker within a gallery and I'm trying to figure out how can I save dates selected with a date picker to a table in the dataverse, is this possible, if not what's the work around?
Solved! Go to Solution.
Hi @Cec123 ,
Assuming that the Gallery is displaying the data from that table, on the OnChange of the Date Picker
Patch(
YourTableName,
ThisItem,
{YourDateFieldName:Self.SelectedDate}
)
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.
Visit my blog Practical Power Apps
Hi @Cec123 ,
Assuming that the Gallery is displaying the data from that table, on the OnChange of the Date Picker
Patch(
YourTableName,
ThisItem,
{YourDateFieldName:Self.SelectedDate}
)
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.
Visit my blog Practical Power Apps
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
204 | |
71 | |
51 | |
49 | |
20 |
User | Count |
---|---|
260 | |
121 | |
85 | |
76 | |
72 |