PowerApps Dynamic Calendar - Gallery view to Calendar view

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ •

  • @lawrencechiu2802
    @lawrencechiu2802 Рік тому +3

    AMAZING! Instruction were very clear and easy to follow. This Calendar is bad ass!! All heil Deepak, you are a Guru!!!! Thank you, thank you and thank you,

  • @christopherlawes9286
    @christopherlawes9286 2 роки тому +12

    Thank you so much! This is the best PowerApps Calendar Tutorial I have seen on UA-cam.

  • @micovillanueva9142
    @micovillanueva9142 10 місяців тому +5

    Hi, just a question, Im trying to do this step by step, However everytime I input the "ForAll(Sequence(42),Value+varCurrentDate)" code where it should be in the video (@7:44), The dates from the calendar just vanish. I did not skip any step. Thanks always for the tutorials!

    • @MichaelDeBlasis1369
      @MichaelDeBlasis1369 9 місяців тому

      Did you ever figure out why?

    • @uwuwonyo7502
      @uwuwonyo7502 9 місяців тому

      @@MichaelDeBlasis1369 try putting the Set(varCurrentDate, Date(Year(Today()),Month(Today()),1)) on the OnVisible property of the screen of the calendar itself instead of on app OnStart

    • @Jethro-uq3sm
      @Jethro-uq3sm 9 місяців тому +2

      I had the same issue, I just had to save the app and reopen it.

    • @annachang302
      @annachang302 27 днів тому

      @@Jethro-uq3sm Thank you! It works after I reopened.

  • @kato249
    @kato249 Рік тому +1

    I just wanted to add my thanks to what I think is easily one of the best 'how to' tutorials on UA-cam, especially for PowerApps. Some of the coding appears a little out of date which had me digging around but that's to be expected with something as early in its development cycle. Thank you!

  • @LeanCleanZ
    @LeanCleanZ Рік тому +5

    How do you code it so that items display bar covers multiple days e.g., and event is three days so the bar with item should cover three days, not repeating same item on each of the three days.

    • @summajae
      @summajae 28 днів тому

      I have this question too! Bump!

  • @onesoldierserving
    @onesoldierserving 10 місяців тому +1

    This is absolutely wonderful! Thank you for making this video!

  • @jcneto25
    @jcneto25 2 місяці тому

    Thats Amazing. You really solved a very challenging problem on power apps. Thank you !

  • @LeanCleanZ
    @LeanCleanZ 2 роки тому +5

    This is the best breakdown and very useful examples. One question remains: what if an item is more than one day, can a duration be shown on the calendar?

  • @jonatasxavier
    @jonatasxavier Рік тому

    The best video I´ve seen so far. The calendar is ready and working, but just showing the start date, how could I show the range between the start date and the due date. Subscribed after this video! Excelente content!

  • @berggrog1
    @berggrog1 Рік тому

    Really Nice work and good use or some functions I had not used before. I changed the if statement for the CountRows to show more tasks to a with statement like
    With({wCountTasks:CountRows(Filter('Tasks','Due Date'=ThisItem.Value))},If(wCountProjectTasks>2,"+"&wCountProjectTasks&" more","no more tasks"))
    Saves that second call to the tables for the count. Apparently everyone uses with these days. Really great video and simple solution. Thank you for making the video. Really helped.

  • @MichaelDeBlasis1369
    @MichaelDeBlasis1369 9 місяців тому

    You should have seen my face when you color coded everything to the statuses. I've been looking for a way to do that for 2 weeks and just came across this video. Ty so much.

  • @richardtaylor3097
    @richardtaylor3097 10 місяців тому

    Amazing video, thanks so much for sharing your knowledge.

  • @LapaConsult_Ex_Macraris
    @LapaConsult_Ex_Macraris 2 роки тому +1

    Thank You for the great and simple techniques to create a Calendar View in PowerApps. I wass able to adapt it to European calendar week begins on Monday. I would like to share the techniques learned here with my *italian audience* here on UA-cam. Have a nice day.

  • @summajae
    @summajae 28 днів тому

    This is so good and I've got it working so far. But what I have, is a list with multiple dates. ie. Review date, due date, meeting date. For each date, I want to display a button with the title of the row (and some added text which I can do). Do I need to add a gallery for each date column, or can I somehow filter all items that have dates in each of the columns and then they display a button on each date? Sorry, hope that makes sense.

  • @LynnlynninVA
    @LynnlynninVA 2 роки тому

    AWESOME tutorial. Very straight forward. BRAVO SIR!!!!! You have gained a new subscriber after watching this.

  • @spen2431
    @spen2431 2 роки тому

    1 word.. "Excellent", Thanks for sharing . 💥🤯👍

    • @spen2431
      @spen2431 2 роки тому

      ^^Oh... and you now have a new subscriber 👍

  • @msrz110
    @msrz110 Рік тому +1

    Hi, can you guide on how you made the home page of the application or is there any tutorial uploaded?

  • @pravinshingadia7337
    @pravinshingadia7337 6 місяців тому

    New subscriber today. Your videos are awesome - some of the best I've seen on this subject

  • @FernandoGutierrez-mp1fg
    @FernandoGutierrez-mp1fg 2 роки тому

    Thanks to share your knowledge, your videos have been so useful in my job.

  • @Prabinesh
    @Prabinesh 10 місяців тому +1

    Could we automatically adjust the gallery height to accommodate all the text of the event within a day? I suppose we would need to utilize a flexible-height gallery for that purpose. However, in attempting to do so, I discovered that there is no wrap count available, which makes it challenging to create a calendar using this method. Do you have any suggestions or ideas on how to overcome this limitation?

    • @DeepakShrivastava
      @DeepakShrivastava  10 місяців тому +1

      To show all the events for given day , you should use a popup instead changing the height of template ( that will be easily possible)

    • @Prabinesh
      @Prabinesh 10 місяців тому

      @@DeepakShrivastava Agreed! Thanks, Deepak.

  • @EpicBizHero
    @EpicBizHero Рік тому

    Thank you so much Deepak! EXTREMELY HELPFUL!!!

  • @icodeint2780
    @icodeint2780 2 роки тому

    Dude thanks, was looking for that for months.

  • @prapulrede5641
    @prapulrede5641 2 роки тому +1

    Hii bro wen i changed the varCurrentDate instead of today() my cells has got empty may i know the reason

  • @tikshaaggarwal2000
    @tikshaaggarwal2000 Рік тому

    Hi deepak, i need an implementation to merge a record to 1 if occuring for diffrent days. Example Project 1 needs to have on 3jan to 5 jan, then in UI i want to show that as single record instead of 3 records for each day. Same as we see in outlook calender. How to implement that. Please any suggestions.

  • @btoz6237
    @btoz6237 6 місяців тому

    Thank you Deepak, this is an excellent calendar video

  • @DenisseAydeeDiaz
    @DenisseAydeeDiaz 7 місяців тому

    Hi! I am trying to follow your video! but I am having an issue, Set(varCurrentDate,Date(Year(Today()),Month(Today()),1)), when creating the variable I see there is nothing stored it says "varCurrentDate=Blank" and my calendars goes blank.
    I have noticed when I am trying to create variables or name records I need to add ".Value" when other people don't have to I don't know why. In date scenario how can I make it work?

  • @MichaelDeBlasis1369
    @MichaelDeBlasis1369 9 місяців тому

    Great videos Deepak! Keep them coming

  • @chrisaldaco2836
    @chrisaldaco2836 3 місяці тому

    What formula you use for the cancel button? Can’t get it to close after I open it.

  • @EllieCarter5225
    @EllieCarter5225 Рік тому

    Thank you so much for creating this video. Unfortunately, I can not get in the first pahse of setup for the bittons to have the gallery navigate to previous and next screens. Did I miss something?

  • @AkishaAnthony
    @AkishaAnthony 2 роки тому

    Thank you. This tutorial was very helpful.

  • @mrtanner87
    @mrtanner87 11 місяців тому

    Great Video. Thanks very much. Just wondering how would I adjust this to allow for two dates - a from and a to like in a leave calender?

  • @BryanMendez120
    @BryanMendez120 11 місяців тому +1

    Hi Deepak, is it possible to create a calendar like this in Power Apps in Phone view? what is recommended when creating a responsive application for Calendars? Thanks

    • @DeepakShrivastava
      @DeepakShrivastava  10 місяців тому +1

      You should be able to create, but as you know gallery control is not automatic responsive so you need to design and add logic to make it responsive. Little bit work possible.

  • @jeremyweaver2908
    @jeremyweaver2908 2 роки тому

    Such a great PowerApps Calendar tutorial. Easy to build and connect with gallery data. In my calendar build, it's slightly more unique in which I have connected with two date columns. I have a business need to show two dates so our team can see all work being scheduled. I was able to show both date columns on the calendar but am having difficulty with the color fill property. Might you have any suggestions on how to color fill say a "Start" date with one color and an "End" date with another color? It's like the color formatting if having a column called Status, but yet unique as it's two different date columns. I'm getting close with different formulas, but can only get one date field to work properly as if it's ignoring the other date column, even though they both show on the calendar view.

  • @bhuvanamaddineni9552
    @bhuvanamaddineni9552 9 місяців тому +1

    Hi I want to save monthly ticket data of each month using power apps. any suggestions on this please

    • @DeepakShrivastava
      @DeepakShrivastava  9 місяців тому

      It’s difficult to explain how you can do it here but you can definitely achieve this using PA basic understanding

    • @bhuvanamaddineni9552
      @bhuvanamaddineni9552 9 місяців тому +1

      @@DeepakShrivastava am searching for this many videos

    • @bhuvanamaddineni9552
      @bhuvanamaddineni9552 9 місяців тому +1

      @@DeepakShrivastava am example video..

  • @julien8979
    @julien8979 2 роки тому +1

    Thank you for sharing Deepak. I would suggest later another video on how we can transform the same app gallery view to a calendar view in a responsive design app version.

  • @muzammiltaleb4993
    @muzammiltaleb4993 9 місяців тому

    Hi, How to make the horizontal and vertical scrollable gallery, I have implemented but It is not working Mobile Device. Any suggestions Thanks you

  • @bernarat
    @bernarat 2 роки тому

    Great content! Thank you so much for posting this

  • @mohdsamaco5541
    @mohdsamaco5541 Рік тому

    this is great demo , thank you for sharing it , i have one question for the date in my excel DataSource although it is only date but when it is pushed to powerapps it has time in it how can I remove the time from my excel & only have date so I can match the date with the calendar ?

  • @vitorfidry8616
    @vitorfidry8616 6 місяців тому

    Hello Deepak, how are you? Excellent video! Could you show me how did you develop the cancel buttom, please?

  • @jaysonravena4460
    @jaysonravena4460 2 роки тому +1

    Hi Deepak,
    Thank you for this video. Is it possible to widen the colored button events title base on start date and end date? Thank you

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому

      Thanks for watching. you can do it by adding some logic to it . but i would not recommend that knowing the limited space in the box..

  • @lorenasoto5391
    @lorenasoto5391 Рік тому

    Thank you for the video, how can i modify the filter to show due date and start date, to see when the activity was completed

  • @timothycruce8446
    @timothycruce8446 4 місяці тому

    Hi @DeepakShrivastava, I found this video today and I guess Microsoft did some updates because it will not let me use the Set(varCurrentDate,Date(Year(Today()),Month(Today()),1)) as it says that, "Behavior function in a non-behavior property. You can't use this property to change values elsewhere in the app. Incompatible type. We can't evaluate your formula because the context variable types are incompatible with the types of values in other places in your app." Time stamp on video: 7:33

  • @jeevanruprai8707
    @jeevanruprai8707 5 місяців тому

    Hi Deepak, I love this tutorial and have gotten pretty far but the Filter function doesn't seem to show my list items beneath the dates. The data is definitely there as I tested the Sharepoint list using another Gallery but I cant seem to see it when I apply Filter(). How do I fix this?

  • @ajaychoudhary5596
    @ajaychoudhary5596 3 роки тому

    Awesome video Deepak 👍 I am big fan of you. 🙏

  • @ariefsaferman
    @ariefsaferman 2 роки тому

    why I can't set my variable currentdate? there is no onstart property on my powerapps, please helpp

  • @christerrussberg3059
    @christerrussberg3059 Рік тому

    Thanks for sharing: But I wonder if you have any examples where you have a "start date" and "end date" and you want to show that timeslot in the gallery ie show one week of holiday.

    • @zaingondal3400
      @zaingondal3400 9 місяців тому

      Did you figure out a way to do this?

  • @happyir8
    @happyir8 Рік тому

    You are helping me, thanks😀

  • @0001omkarpatil
    @0001omkarpatil Місяць тому

    Same i create calendar but when I save and close app .and again open app the inner gallery not working like progress gallery

  • @bzflowerbee
    @bzflowerbee 2 роки тому

    I have a table that contains Date, Location, Name, Status. I know how to connect data, create screens and from this screen to another screen. But, when i want to add a datepicker to the app, I'm totally lost. What I want to do is user pick the date they wan to see the location and name on that date. Is this complicate to do? Any helps and suggestions is appreciated. Thank you.🙏🙏

  • @Abdiaspeguero
    @Abdiaspeguero 2 роки тому

    This is a great video, thanks for sharing!

  • @ronakgarg3650
    @ronakgarg3650 Рік тому

    Hi thanks for the amazing tutorial,
    Is it possible to have horizontal lanes in power app calendar where a team can easily see which tasks are assigned to users based on there initials ?
    We would like to kind of replicate the calendar view of Teams when we book meetings ?
    Is that possible

  • @ayodejiosikoya1354
    @ayodejiosikoya1354 2 роки тому

    Please what did you use for the cancel button? i mean the code

  • @jasonearls6831
    @jasonearls6831 2 роки тому

    the !varshoform didnt work for me, when i press the button the form is still present on the screen any tips?

  • @YaryRivera
    @YaryRivera 10 місяців тому

    Amazing work :) Thank you so much! Can you please tell me how I can show a date range on the button? I have an asset request calendar and I need to show all the days the asset is checked out for. Any help would be amazing :)

  • @coordinadorserviciocummins4415
    @coordinadorserviciocummins4415 2 роки тому

    great job, is it possible you can tell me how you got the priority of the task and what connector do you use to access it (Planner?)

  • @nitisakphotaram6288
    @nitisakphotaram6288 Рік тому

    Hi after I set variable VarCurrentdate and put it in with value+VarCurrentdate the date in calendar does not show

  • @lilaniakershaw3813
    @lilaniakershaw3813 2 роки тому +1

    Excellent video - but... When i follow along, at the 7.40 point, when I apply the varCurrentDate it not only doesn't work, but removes all the data. No idea what i'm doing wrong

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому

      Thanks for watching. Please make sure you set varCurrentDate to today(). and save and run your app so this variable have todays date.

    • @lilaniakershaw3813
      @lilaniakershaw3813 2 роки тому

      @@DeepakShrivastava Thanks. I found that i needed to force the Run OnStart function in the development mode, and now it works perfectly. I clearly missed that part of the tutorial.

    • @bernarat
      @bernarat 2 роки тому

      @@lilaniakershaw3813 what do you mean "force the run onstart function"? I'm running into the same issue.. thanks!

  • @alysonmcgill4350
    @alysonmcgill4350 2 роки тому +1

    Hi Deepak, this is a great video. I am using Dataverse as my data source and I am looking to show the date range of an event, I can get the start and end date when using filter(datasource, starttime=ThisItem.value || endtime =ThisItem.value) but this does not show the dates it is on in between, do you know if this is possible when using dataverse?

    • @adeniyanadewunmi3766
      @adeniyanadewunmi3766 2 роки тому

      Hi Alyson. Have you found a solution to this as I'm stuck right here

    • @alysonmcgill4350
      @alysonmcgill4350 2 роки тому

      @@adeniyanadewunmi3766 yeah I used Filter(data source, ‘startdate’ = Datevalue(this item.value)) hope this helps you

  • @clebertakahashi5028
    @clebertakahashi5028 11 місяців тому

    Tanks a lot, you helped me a lot!!

  • @MacacoPekines
    @MacacoPekines 2 роки тому

    Hi Deepak,
    When I create VarCurrentDate it says tha is = Blank
    Do you know the reason?

  • @dblumenstetter
    @dblumenstetter 11 місяців тому

    Hi - great video. Can you explain the month buttons again, right now i can only go one month ahead and one month behind today(). Did I miss something? Thanks, really great content.

  • @chyfamily11
    @chyfamily11 2 роки тому

    Very good Power app, I have created the dynamic calendar with the help of your video, but I can't add my data sheet into it, its in Google sheet. Can't figure it out how to connect my excel data sheet with it. Could you help please. Many Thanks

  • @hongleung9141
    @hongleung9141 2 роки тому +1

    Hi Deepak, This was an Excellent video. But i've some items cannot shown on Calendar view when the event added on Gallery view. How can i fix it? Thank you so much!

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому

      Thanks for watching. is it because of limited space or you are getting any error?

  • @imranhakim2872
    @imranhakim2872 2 роки тому

    Hi Deepak, im trying to set the varCurrentDate variable into the gallery, but when i finished up the code the text value in the label didn't show. What should i do?

  • @vaibhavwarkar9629
    @vaibhavwarkar9629 Рік тому

    Can u help me to make video regarding MS teams calender view in powerapps

  • @mridulgrover21
    @mridulgrover21 2 роки тому

    This was helpful, but I want to check every time i am adding Countrows option, the count is not correct. For ex if I have in total for that particular day 4 items, so ideally 2 should appear and it should say +2 but it is saying +4 more. Also when user click on +3 more items, how should I make user to see the remaining buttons/items which are not visible.

  • @Aby202
    @Aby202 2 роки тому

    When i replace Today () with varCurrentDate, everything in the gallery goes blank, how to fix this?

  • @AndrewSmith-qd8hd
    @AndrewSmith-qd8hd 2 роки тому +2

    I did not work for me, once I used the +varCurrentDate) variable, everything disappeared. Can you also show us how to conect the calendar to yammer please?

    • @mohankrishnanagamangalam9452
      @mohankrishnanagamangalam9452 2 роки тому +2

      Click on ellipsis next to App and then select 'Run OnStart'. This will fix your issue.

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому

      I hope you were able to get it working based on below comment. I will check on how we can connect Yammer to calendar. do you know any use case for this integration?

  • @squid1306
    @squid1306 Рік тому

    Thanks Deepak, I've created your calendar based on your tutorial (thanks)
    Can you upload a video that builds upon that, accounting for the following - tasks have a start and end date, so are spread across multiple days (instead of a single date, in your example you've used due date)
    Also, a form that a team member can use on the calendar to add a new task with start/due date.
    Thank you

  • @EuropasOcean
    @EuropasOcean Рік тому

    Great tutorial, thank you so much! I wish that you provided the project/app code for the calendar

  • @rachnarajput1190
    @rachnarajput1190 Рік тому

    i also make app on start Set(varCurrentDate,Date(Year(Today()),Month(Today()),1))
    but when do it as ForAll(Sequence(42),Value+varCurrentDate) in gallery is show blank

  • @AlejandroHernandez-w6j
    @AlejandroHernandez-w6j Рік тому

    Thanks for this awesome tutorial!! Im looking to create an app were Im able to see my collegues out of office days, how can I do to show the whole days instead of only the first day they add, for example, I will be out from 10/10/2023-13/10/2023, the calendar will show only 10/10/2023, I want all of them, please help me with this task!!!

  • @esterraful
    @esterraful 2 роки тому

    anyone discovered solution for not working varCurrentDate? not sure what do to, i tried to run it with zero results.

  • @god_hacker581
    @god_hacker581 3 роки тому

    Very nice video, thanks for sharing !!!!

  • @sueannwong3344
    @sueannwong3344 Рік тому

    Hi Deepa, Great video thank you so much!!!🎉 Have a question: How do we have the tasks appear on all dates from Start Date to Due Date instead of just on Due Date?

  • @cLockwork90
    @cLockwork90 2 роки тому +1

    Hi Deepak, excellent video. It's exactly what I was looking for and it works amazing. One question. Is there an easy way to convert this calendar into a weekly one? I'm using this calendar for a team holiday tracker and there is a possibility that more people will be off at the same time, which means that not all lines will be visible. Thanks again for showing us how it's done.

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому +1

      Thanks for watching. Yes you can I was planning to make another video on that as that will require some work on gallery setup, I have not done it yet but it is possible .

    • @sandeepshandilya400
      @sandeepshandilya400 2 роки тому +1

      @@DeepakShrivastava Hi Deepak, even i have a similar requirement as @Gabriel Mihal, so can you please help me out with a solution to create a holiday tracker on Microsoft Teams.

  • @chengcheng7682
    @chengcheng7682 2 роки тому +1

    Hi Deepak, very nice video 😃. May I know is that possible to limit number slot per day? Example only allow 2 submission per day.

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому

      Thank You. Yes you can, just check total number entry for the given date before submitting and if it is more than 2 show an message.

  • @akilabenjamin7079
    @akilabenjamin7079 Рік тому

    Super Thank you so much

  • @pawanmishra6549
    @pawanmishra6549 3 роки тому

    Thanks Deepak 👍

  • @nivekkled
    @nivekkled 2 роки тому

    Wow. Thank you!

  • @sandrolima5216
    @sandrolima5216 Рік тому

    amazing, thanks.

  • @lnwzaskrrt9710
    @lnwzaskrrt9710 Місяць тому

    My varCurrentDate = Blank ? how to fix ???

  • @M87user
    @M87user Рік тому

    How to modify it not to display Sundays and Saturdays?

  • @DroneEyes
    @DroneEyes 2 роки тому

    Great video Deepak! Would be possible for you to share the Power App file with us? Thanks

  • @10405wooded
    @10405wooded Рік тому

    How to we handle the Scheduling Conflicts?

  • @raymondvanderhorst3418
    @raymondvanderhorst3418 2 роки тому

    Hi Deepak,
    Thanks for the nice calendar. I would like it if you press the date that you get a _SelectedDate back. How can I build this?

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому +1

      Thanks for watching. You can set a variable on "OnSelect" action of the gallery with "thisItem". "thisItem" will have the date and other details.

  • @Priyankayadav-uz7ek
    @Priyankayadav-uz7ek 7 місяців тому

    What is the code written on Cancel button

  • @TerafabGuitare
    @TerafabGuitare 2 роки тому

    Merci beaucoup

  • @davidrico8755
    @davidrico8755 Рік тому

    Nice video

  • @FilmtographyMedia
    @FilmtographyMedia 2 роки тому +1

    Thanks for this. I used If(CountRows(gal.AllItems)>1, Navigate('scrCal'))

  • @rachnarajput1190
    @rachnarajput1190 Рік тому

    my varCurrentDate is blank.why?

  • @JorgeOyanadel
    @JorgeOyanadel 2 роки тому

    Extraordinario

  • @qaerdogan
    @qaerdogan 2 роки тому

    That's why I left the C# :)))))

  • @MarconiPereira
    @MarconiPereira 11 місяців тому +1

    To highlight the current date in light blue color (fill property), this method is not working... I tried twice and it didn't work... any hints?
    If(ThisItem.Value=Today(),ColorFade(RGBA(58, 150, 221, 1),80%),White)

    • @MarconiPereira
      @MarconiPereira 11 місяців тому +1

      Actually I made it... code is:
      If(ThisItem.Value=Today(),ColorFade(RGBA(58, 150, 221, 1),80%),Color.White)

    • @DeepakShrivastava
      @DeepakShrivastava  11 місяців тому

      you are awesome!

  • @sidneialmeida6750
    @sidneialmeida6750 2 роки тому

    Show!!!!

  • @largpack
    @largpack 5 місяців тому

    i can see delegation warnings everywhere... which makes me hate and stop using powerapps for now ;)

  • @ErdemKurcan-r3y
    @ErdemKurcan-r3y Рік тому

    Hi Deepak Shrivastava thanks for the video, I am having a trouble that ThisItem.Value, value is not recognised warning. How Can I solve it, great thanks in advance.

  • @derrickiciabowles4051
    @derrickiciabowles4051 2 роки тому +1

    I don't see that anyone answered so to help everyone else who may run into this, if the calendar goes blank after updating to varCurrentDate, click the 3 dots next to "App" and click Run OnStart. Dates Should Appear

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому

      Thanks for the update. Yes for a variavle that you define at App on start you should do it to test. once you publish the app it will work anyway.

    • @esterraful
      @esterraful 2 роки тому

      hi, i am sorry , but i did how you suggested and it doesnt work i stuck with that

  • @michaelporch1171
    @michaelporch1171 11 місяців тому +1

    If(ThisItem.Value=Today(),ColorFade(RGBA(58,150,221,1),80%),Color.White)