Hello there,
I have a quick question in regards of this sample:
The template automatically creates a "Created Date field", what I woold like to do is to take that date field and add a traffic light system for instance
Created Date: 6/14/207
Green = Created date + 24 days = July 8
Yellow = Created date + 30 days = July 14
Red = Created date + 31 = July 15
is this possible?
thanks in advance for any response
Regards
Solved! Go to Solution.
Thank you very much for your kind reply, unfortunately this is what I got:
Edit: after 1/2 hour, it works I changed a little bit and I got the result, thanks again for your help
I used:
DateAdd(DateValue(TextBox5_5.text), 37)
Regards
Hi sajarac,
Please consider to use DateAdd function which can be used to identify a data before or after another date.
In this case, you could try to use the function: DateAdd(DateTime(TextBox5_5.text), 24)
Please see this documentation for more details:
https://powerapps.microsoft.com/en-us/tutorials/show-text-dates-times/
Best regards,
Mabel Mao
Thank you very much for your kind reply, unfortunately this is what I got:
Edit: after 1/2 hour, it works I changed a little bit and I got the result, thanks again for your help
I used:
DateAdd(DateValue(TextBox5_5.text), 37)
Regards
Hello there, sorry to bother you again, I have a quick questions:
I would like to sort the gallery in descending mode, the others samples has the option to sort Descending, Ascending, but I couldn't find in this one, any idea?
Thanks in advance
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
198 | |
171 | |
61 | |
32 | |
31 |
User | Count |
---|---|
336 | |
270 | |
104 | |
71 | |
56 |