Shane, I was thinking... You are essentially doing my job for me. I'm really just a guy who watches your videos, and clicks his mouse all day. I should send you a W-9 to fill out. I cannot express my gratitude enough for all that you do. My boss would too, if he only knew.
Thank you for being you and bringing serenity to my workday. :) Another wasted 2 hours spent PRIOR to just coming to one of your videos and learning how to do something in less than 3 minutes! Who's better than you?!? NOBODY!
Shane you are an amazing resource! I spent hours trying to figure out how to have an Edit form field autofill based on another field in the form. 5 minutes of watching this video and Edit form is now working as expected.
Shane, first time caller....long time fan... ;-) Question: Have you ever thought of doing a video that does: **Pulls information for drop down fields from an external source, **Where a VPN login is needed to keep the field options up to date? (not a LDAP source but does have an API available with the date)
I haven't. But if you can get a list from the API then this video might give you some ideas of how I query an api and send it back to Power Apps. th-cam.com/video/rRnbe1CfQ30/w-d-xo.html
@@ShanesCows - My scenerio: In my list (for training requests) I want my form to pull the users name from LDAP (which I can do) and in 3 fields, I want the field options to be based on my API data. That API Data does update often and I don't want to manually update those options in the field, every day. To get the API data, I have to be on a VPN. I can't find a way in Excel to have it record a macro to log into the VPN before it updates the data in excel also.
Hi Shane I really like your material and the way you teach, sincerely thanks, I am so happy learning with your videos, I was able to perfom a portal and most of my queries found an answer within your videos. Thanks a lot once again.
Great video examples thank you! Hope you can do the similar video with custom page(Canvas style) for Model-Driven, particular dropdown that not come with Insert Input box.
@@ShanesCows Sorry Shane, I didn't manage to describe the entire use case in a tweet. :-) What I'm aiming at achieving is this: When a user presses a button, a Patch command updates the status of a number of items in a SharePoint library (Library A). At the same time, I need to patch one or more items in SharePoint list (List B), where Column C in Library A equals Column G in the List B. The information to update column Z in the list with comes from a dropdown (dropdown.selected.value).
That is absolutely in my plans for sooner than later. I need to get better at them so what better way than showing you. Probably going to be January before I get it done though. I do have a plan, as it will take a few videos to get it all in.
Hi Shane, I noticed that Powerapps has changed the way they handle dropdowns now. It looks like you have to add the fields manually. This also seams to affect how your tutorial works. Thought I would let you know.
Thank you Shane. Question, I have a dropdown that is a choices field from SharePoint. Based on the value selected from the dropdown, want to default a "Assign to " column (person data type). I have a lookup table where choices are mapped to names. How do I go about this? TIA
What about only printing certain div's in the html document based on selections inside the app, for instance, instead of printing the entire form, only print questions in the form that have certain properties selected ,, radio button or drop down etc. thanks for the vids.
I did link dropdown to dropdown like you demonstrate but there is an error. It said "the property of this control expects Record values. The rule produces Text values which are incompatible"
I've tried and tried and this isn't working for me. I think the Distinct on the 2 dropdowns, doesn't allow the 3rd field (text label) to see the 3rd value. I have a lookup table with 3 columns, Office, System and Approvers. On the form I have have dropdowns for the Office and System field with Items set to Distinct(SystemLkp, Office) and Distinct(SystemLkp, System) and a text label that i want populated with Approvers based on both dropdown selections. I tried a lookup and failed.
Hi Shane another great video! I have a question. What is the best way to add an option to a dropdown. If my dropdown values are set to a lookup, but the default value doesn't exist in that lookup, I want to add it to the dropdown. I'm just going to create a collection and add it, but I was wondering if there is a better way to do this. Thank you!
Hi Shane, Your videos have been awesome. I have a dropdown for a SP lookup column that I need to convert to a text field so I can create charts. I created a text field in SP and made the default the dropdown,selected.value which does populate the dropdown value, however when I submit the form it returns an error (not specified). The Microsoft forums are coming up empty. Do yo have any suggestions. TIA for any help!
Hi Shane, thanks again for a great and very useful video that I revisited today. You got me halfway to the solution of my problem. In my case I am replacing an Access database frontend with SharePoint lists as the backend that has a large number of related tables. As it is a properly designed database (I made it myself😉) it uses unique auto increment key fields to define the references. So instead of writing the Title fields back from the drop-downs. I need to write back the reference key values. However when doing that the key value disappeared when saving the record. It is no-use making the drop-down show the key values as the user cannot relate to these. I solved the problem by patching the key value back based on the on-change property of the dropdown back to the key field and overlayed the dropdown with a text field looking up the Title based on the key value. I hope this makes some sense to you and maybe there is a better way of doing this, but I thought that there may be other people having the same problem as there are still a lot of Access databases out there. As for me MS Acces and VBA are still more comfortable I sometimes struggle with the PowerApps although with the help of your video’s I have already made some 15 PowerApps based on the MS Access data.
I swear all his videos are so confusing. Nothing in my Powerapps has ever worked how he gets his to work. I create a dropdown and literally NONE of my dropdowns in my Sharepoint populate to connect to the dropdown display. Only text...that defeats the purpose of a dropdown/choice column. So, in order to do this I have to create a random text field with the values I want to populate in a dropdown list. Which makes no sense.
For your Dropdown you should set the Items property to Choices(ListName.ColumnName) then it will show you the Value property which is the text of all of your Choices from the column. In my example data I use Choices(Employees.FavoriteColor) Because Employees is my list name and FavoriteColor is my column name. Then I see Red, Blue, etc in the list of dropdown options.
Hi Shane, I love your videos. They're really helpful!! One question on this one. If I wanted to change the person in the in the People picker field, how would I write that back to the record?
Do you know how a choice field can set a default value based on two other choice fields? Field 1 has choices A or B. Field 2 has choices C or D. Field 3 has choices W, X, Y, Z. I want Field 3 to equal W if A+1, X if A+2, Y if B+1, and Z if B+2.
Hi Shane. Great video tutorials. Learned a lot!!! Question - I have three galleries (Categories, Topics, and SubTopics) all pointing to their associated tables. There is a key on each so I can filter accordingly. Once I select a Category row, I want the first item to be automatically selected from the Topics gallery which then automatically filters out the SubTopics gallery. Unfortunately, I can't seem to get this cascading gallery model to work. Although I can highlight the first item in the second gallery, I can't seem to invoke the 'on select' command. Thoughts?
Hey Shane!! great video, I've seen on social networks that many people need to set the default value within a form based on a combo box outside the from, Is that possible legend?
Yes. Same exact steps as I showed in this video. 😊 The dropdown I had in the form could have been outside of the form, which wouldn't have changed the logic. And the Dropdown could have been a combo box. :)
Hey Shane, nice demo. I'm new to SP and Power Apps, Forms, and Lists, all things Sharepoint. I'm looking for a way to connect a prospect's form entry of County to a territory representative. Georgia has 159 counties and we have divided the state into six territories. So when a new prospect submits our initial interest form, they enter their state(typically Georgia) and their county both in separate drop-down lists, along with their name, phone number, email address, etc. How can I create the SP Flow to send an email to the prospect with information that includes the territory representative's contact information and an email to the territory representative with information on the prospect using Flow effectively. I look forward to your positive response.
Trying to update the text box value to a value in a SharePoint list but it isn't picking up the column I want to update the textbox to based on the drop down list option. Any ideas?
Hi Shane, how do you do it the other way? I have a combo dropdown that looks up an Office365 user and depending on the country that the user is from, I want to set the Currency drop down to the correct currency. The drop down is just prepopulate with a table ({ Text: "Euro", Val: 1}, { Text: "US Dollar", Val: 2} etc:. I have tried a few things, but its got me stumped. Cheers Mike
for me when I submit a form all the values from the combobbox disappear and save blanks into the sharepoint. I think it's because the .selected loses focus and returns blanks but idk how this happens only for me
It is Result most likely because you used Distinct. With Distinct there are no other fields available. You would have to LookUp the rest of the data if you needed it.
If I want to select more columns from my sharepoint list like: Name, Address, Zipcode to display it in the Text field based on the Dropdown. How can I do that?
Is there a slight adjustment I can do for a combobox or is it not possible? On DefaultSelectedItems i have: If(frmForm1.ModeFormMode.New, LookUp(colStaffName, VendorName=Parent.Default),Parent.Default) but I get an error with the IF statement expecting a Record.
I think for the false portion you just want nothing. If(frmForm1.ModeFormMode.New, LookUp(colStaffName, VendorName=Parent.Default)) is my guess for your right answer.
Hey Shane, just wondering if there's a way to put at least 2 person name in DefaultSelectedItems in a combobox (person field)? right now, i can only put 1 default value using the 365OfficeSearchUser.
Hi, is there a method in SharePoint to trigger an event based on a value in a field? For example when my drivers license expires so I would get an email and text message sent to me a couple of weeks reminding me. Thanks
I would adapt this concept. th-cam.com/video/qGqqQjGMun8/w-d-xo.html Have a flow that runs once a day to get items that meet your criteria for notification. :)
Great Videos. Quick Question: I have a parent and child list. When someone clicks button from parent list, the ID is captured via variable. I was successfully able to show that parent ID in child parentid lookup column but for some reason when I hit submit (this is a new form), the parentID i captured doesn't save with form. Any suggestions greatly appreciated.
Have you made any videos regarding the gallery under gallery controlled by dropdowns? if yes please locate me. your videos are really very helpful and I also want to know about the short courses if your group offer I would love to join Thanks for your Support
Hey Shane, I'm having trouble replicating this when my datasource is a sharepoint list. Specifically at this point- th-cam.com/video/1Q8L2H8cpEo/w-d-xo.html, it wont let me specify the column! The error it returns is "Name isn't valid (Column Name) isn't recognize." Is there a different way to do this using a List as a datasource? Edit: I figured out my problem. Lists do work absolutely normally, my issue was I was feeding my list through the "Distincts" function. Distincts returns a table of only the distinct entries from the specified column of the datasource, it meant my dropdown was not populating an entire record- it was populating a single entry from a single column generated from the list.
Is there a way to have certain form fields pre-populate based on the last form submission by a user? I have a training form that requires the trainer, trainee, date, job, & job area Of these fields I would like the job area to be auto populated (I already figured out how to do the trainer (he is the one entering info) and the date to pre-populate based on the today() feature. let me know if this makes sense
If(DataCardValue59.Selected.Value "UNITED STATES",Set(defaultComboValue, LookUp(Choices('Awards'.DataCardValue62), Value="Yes"))) put on the Default column of Datacard 62 to change its value to Yes if anything but United States is selected
Hi Shane, im new to your channel and am loving the content. Would you have anything on chnaging the font color based on values. I put this formula in to chnage the color based on how many days its have passed. Butr i get an eror that says scope not supported. My formula looks like this. If(ThisItem.'ARRIVAL DATE.'=Today()-2,RGBA(44,210,47,1),ThisItem.'ARRIVAL DATE.'=Today()-4,RGBA(232,225,27,1),ThisItem.'ARRIVAL DATE.'>Today()-5,RGBA(249,132,31,1))
Absolutely loving your channel. Recently started to learn PowerApps and these videos are at exactly the right pace. Thank you!
Thanks for that Ryan. Enjoy the learning journey, Power Platform is awesome.
Shane, I was thinking... You are essentially doing my job for me. I'm really just a guy who watches your videos, and clicks his mouse all day. I should send you a W-9 to fill out.
I cannot express my gratitude enough for all that you do. My boss would too, if he only knew.
Thank you for being you and bringing serenity to my workday. :) Another wasted 2 hours spent PRIOR to just coming to one of your videos and learning how to do something in less than 3 minutes! Who's better than you?!? NOBODY!
Wow, thank you Jennifer! 🐶
Thanks!
Appreciate the support Frank. 🙂
Thanks Shane. Stuck with this Issue for a long time until I watched your Video! Your videos really help me a lot.
Awesome 😎
For days i struggle with how to do this, now your video just made me cross the hurdle with this project, thank you so much
Awesome!
Can't even find the words to express how immensely grateful I am for your videos! 🙌
Shane you are an amazing resource! I spent hours trying to figure out how to have an Edit form field autofill based on another field in the form. 5 minutes of watching this video and Edit form is now working as expected.
Thanks Shane! Really appreciate the response and the walkthrough for the people picker field!
You are welcome! 😍
Got what I needed in the first 5 minutes. Thanks.
Perfect! Glad it worked for you.
Shane, first time caller....long time fan... ;-)
Question: Have you ever thought of doing a video that does:
**Pulls information for drop down fields from an external source,
**Where a VPN login is needed to keep the field options up to date? (not a LDAP source but does have an API available with the date)
I haven't. But if you can get a list from the API then this video might give you some ideas of how I query an api and send it back to Power Apps. th-cam.com/video/rRnbe1CfQ30/w-d-xo.html
@@ShanesCows - My scenerio:
In my list (for training requests) I want my form to pull the users name from LDAP (which I can do) and in 3 fields, I want the field options to be based on my API data. That API Data does update often and I don't want to manually update those options in the field, every day. To get the API data, I have to be on a VPN. I can't find a way in Excel to have it record a macro to log into the VPN before it updates the data in excel also.
I like it Shane! ...but based on that animated gif from your twitter, I was expecting a RPG quest! 😁
Darn it, must do a better job in the future. 🐶
Hi Shane I really like your material and the way you teach, sincerely thanks, I am so happy learning with your videos, I was able to perfom a portal and most of my queries found an answer within your videos. Thanks a lot once again.
Great video examples thank you! Hope you can do the similar video with custom page(Canvas style) for Model-Driven, particular dropdown that not come with Insert Input box.
Thanks Kelly. I haven't done that before so not sure I have an answer on that one. 🤔
Man, thanks a million. Im curious, how do you order the dropdown list? I was trying to figure out this exact thing you showed in this video.
SortByColumns - th-cam.com/video/_NCLeRpot3k/w-d-xo.html
4:25 - I'm not able to see the field I'm looking for. Do you have any idea why? Thanks.
Thanks for answering my question, Shane. Not sure if that is exactly what I meant, but on the upside, I've got a collection named after me! :-)
Bummer. What were you looking for exactly?
@@ShanesCows Sorry Shane, I didn't manage to describe the entire use case in a tweet. :-) What I'm aiming at achieving is this:
When a user presses a button, a Patch command updates the status of a number of items in a SharePoint library (Library A). At the same time, I need to patch one or more items in SharePoint list (List B), where Column C in Library A equals Column G in the List B. The information to update column Z in the list with comes from a dropdown (dropdown.selected.value).
Shane, can you do a video on model driven app
That is absolutely in my plans for sooner than later. I need to get better at them so what better way than showing you. Probably going to be January before I get it done though. I do have a plan, as it will take a few videos to get it all in.
Hi Shane, I noticed that Powerapps has changed the way they handle dropdowns now. It looks like you have to add the fields manually. This also seams to affect how your tutorial works. Thought I would let you know.
I found out that the Old DropDown Control is still available and works great!
Glad you got it, yeah the new modern controls are... different.
Thank you Shane. Question, I have a dropdown that is a choices field from SharePoint. Based on the value selected from the dropdown, want to default a "Assign to " column (person data type). I have a lookup table where choices are mapped to names. How do I go about this? TIA
What about only printing certain div's in the html document based on selections inside the app, for instance, instead of printing the entire form, only print questions in the form that have certain properties selected ,, radio button or drop down etc. thanks for the vids.
I have done similar before, Just have to write a lot of If statements in your HTML.
I did link dropdown to dropdown like you demonstrate but there is an error. It said "the property of this control expects Record values. The rule produces Text values which are incompatible"
I've tried and tried and this isn't working for me. I think the Distinct on the 2 dropdowns, doesn't allow the 3rd field (text label) to see the 3rd value. I have a lookup table with 3 columns, Office, System and Approvers. On the form I have have dropdowns for the Office and System field with Items set to Distinct(SystemLkp, Office) and Distinct(SystemLkp, System) and a text label that i want populated with Approvers based on both dropdown selections. I tried a lookup and failed.
Hi Shane another great video! I have a question. What is the best way to add an option to a dropdown. If my dropdown values are set to a lookup, but the default value doesn't exist in that lookup, I want to add it to the dropdown. I'm just going to create a collection and add it, but I was wondering if there is a better way to do this. Thank you!
That is the easiest way. :)
Hi Shane, Your videos have been awesome. I have a dropdown for a SP lookup column that I need to convert to a text field so I can create charts. I created a text field in SP and made the default the dropdown,selected.value which does populate the dropdown value, however when I submit the form it returns an error (not specified). The Microsoft forums are coming up empty. Do yo have any suggestions. TIA for any help!
Hi Shane, thanks again for a great and very useful video that I revisited today. You got me halfway to the solution of my problem. In my case I am replacing an Access database frontend with SharePoint lists as the backend that has a large number of related tables. As it is a properly designed database (I made it myself😉) it uses unique auto increment key fields to define the references. So instead of writing the Title fields back from the drop-downs. I need to write back the reference key values. However when doing that the key value disappeared when saving the record. It is no-use making the drop-down show the key values as the user cannot relate to these. I solved the problem by patching the key value back based on the on-change property of the dropdown back to the key field and overlayed the dropdown with a text field looking up the Title based on the key value. I hope this makes some sense to you and maybe there is a better way of doing this, but I thought that there may be other people having the same problem as there are still a lot of Access databases out there. As for me MS Acces and VBA are still more comfortable I sometimes struggle with the PowerApps although with the help of your video’s I have already made some 15 PowerApps based on the MS Access data.
I admire your energy and enjoy your videos!
Is there a way to cascade or filter dropdowns with hard code items?
Did you try this video? th-cam.com/video/SKMwayf_cuM/w-d-xo.html
I swear all his videos are so confusing. Nothing in my Powerapps has ever worked how he gets his to work. I create a dropdown and literally NONE of my dropdowns in my Sharepoint populate to connect to the dropdown display. Only text...that defeats the purpose of a dropdown/choice column. So, in order to do this I have to create a random text field with the values I want to populate in a dropdown list. Which makes no sense.
For your Dropdown you should set the Items property to Choices(ListName.ColumnName) then it will show you the Value property which is the text of all of your Choices from the column.
In my example data I use Choices(Employees.FavoriteColor) Because Employees is my list name and FavoriteColor is my column name. Then I see Red, Blue, etc in the list of dropdown options.
@@ShanesCows I'm talking about setting the Value for the initial DropDown. The DropDown Columns do not populate under the Value Menu.
@@dandrem.4074 I don't understand. Feel free to shoot me an email shane at powerapps911.com with some screenshots and I will see what I can do.
Hi Shane, I love your videos. They're really helpful!! One question on this one. If I wanted to change the person in the in the People picker field, how would I write that back to the record?
Hi Shane, could you please share some help with model driven apps as well.
It is on my list for 2022. :) Looking forward to finally adding them.
Do you know how a choice field can set a default value based on two other choice fields? Field 1 has choices A or B. Field 2 has choices C or D. Field 3 has choices W, X, Y, Z. I want Field 3 to equal W if A+1, X if A+2, Y if B+1, and Z if B+2.
You would use that same If logic in the Default property of your dropdown. :) Solve it one baby step at a time and it shouldn't be too hard. :)
Hi Shane. Great video tutorials. Learned a lot!!! Question - I have three galleries (Categories, Topics, and SubTopics) all pointing to their associated tables. There is a key on each so I can filter accordingly. Once I select a Category row, I want the first item to be automatically selected from the Topics gallery which then automatically filters out the SubTopics gallery. Unfortunately, I can't seem to get this cascading gallery model to work. Although I can highlight the first item in the second gallery, I can't seem to invoke the 'on select' command. Thoughts?
Hey Shane!! great video, I've seen on social networks that many people need to set the default value within a form based on a combo box outside the from, Is that possible legend?
Yes. Same exact steps as I showed in this video. 😊 The dropdown I had in the form could have been outside of the form, which wouldn't have changed the logic. And the Dropdown could have been a combo box. :)
Hey Shane, nice demo. I'm new to SP and Power Apps, Forms, and Lists, all things Sharepoint. I'm looking for a way to connect a prospect's form entry of County to a territory representative. Georgia has 159 counties and we have divided the state into six territories. So when a new prospect submits our initial interest form, they enter their state(typically Georgia) and their county both in separate drop-down lists, along with their name, phone number, email address, etc. How can I create the SP Flow to send an email to the prospect with information that includes the territory representative's contact information and an email to the territory representative with information on the prospect using Flow effectively. I look forward to your positive response.
Hi Shane, do you have the app in the resource library? i cannot seem to find it
found it never mind sorry
12/7/2021 - Power Apps set field values based off a Dropdown's selected record
Glad you found it. 😎
Trying to update the text box value to a value in a SharePoint list but it isn't picking up the column I want to update the textbox to based on the drop down list option. Any ideas?
Hi Shane, how do you do it the other way? I have a combo dropdown that looks up an Office365 user and depending on the country that the user is from, I want to set the Currency drop down to the correct currency. The drop down is just prepopulate with a table ({ Text: "Euro", Val: 1}, { Text: "US Dollar", Val: 2} etc:. I have tried a few things, but its got me stumped. Cheers Mike
for me when I submit a form all the values from the combobbox disappear and save blanks into the sharepoint. I think it's because the .selected loses focus and returns blanks but idk how this happens only for me
what if department dropdown is result not department value. how to represent other text input values?
It is Result most likely because you used Distinct. With Distinct there are no other fields available. You would have to LookUp the rest of the data if you needed it.
@@ShanesCows How can this be achieved ?
If I want to select more columns from my sharepoint list like: Name, Address, Zipcode to display it in the Text field based on the Dropdown. How can I do that?
Is there a slight adjustment I can do for a combobox or is it not possible? On DefaultSelectedItems i have: If(frmForm1.ModeFormMode.New,
LookUp(colStaffName, VendorName=Parent.Default),Parent.Default) but I get an error with the IF statement expecting a Record.
I think for the false portion you just want nothing. If(frmForm1.ModeFormMode.New,
LookUp(colStaffName, VendorName=Parent.Default)) is my guess for your right answer.
Hey Shane, just wondering if there's a way to put at least 2 person name in DefaultSelectedItems in a combobox (person field)? right now, i can only put 1 default value using the 365OfficeSearchUser.
It is all about getting the data exactly the way the control wants. I go into a lot of detail in this video. th-cam.com/video/AXAbmy9zYTU/w-d-xo.html
Hi, is there a method in SharePoint to trigger an event based on a value in a field? For example when my drivers license expires so I would get an email and text message sent to me a couple of weeks reminding me.
Thanks
I would adapt this concept. th-cam.com/video/qGqqQjGMun8/w-d-xo.html Have a flow that runs once a day to get items that meet your criteria for notification. :)
@@ShanesCows - Thanks a bunch. This will definitely solve my problem.
Great Videos. Quick Question: I have a parent and child list. When someone clicks button from parent list, the ID is captured via variable. I was successfully able to show that parent ID in child parentid lookup column but for some reason when I hit submit (this is a new form), the parentID i captured doesn't save with form. Any suggestions greatly appreciated.
Have you made any videos regarding the gallery under gallery controlled by dropdowns? if yes please locate me. your videos are really very helpful and I also want to know about the short courses if your group offer I would love to join
Thanks for your Support
This video might help? th-cam.com/video/AvGRlruMVnI/w-d-xo.html
All of my training classes are at training.powerapps911.com
Hey Shane, I'm having trouble replicating this when my datasource is a sharepoint list. Specifically at this point- th-cam.com/video/1Q8L2H8cpEo/w-d-xo.html, it wont let me specify the column! The error it returns is "Name isn't valid (Column Name) isn't recognize."
Is there a different way to do this using a List as a datasource?
Edit: I figured out my problem. Lists do work absolutely normally, my issue was I was feeding my list through the "Distincts" function. Distincts returns a table of only the distinct entries from the specified column of the datasource, it meant my dropdown was not populating an entire record- it was populating a single entry from a single column generated from the list.
Glad you got it. Thanks for sharing. 😀
How can I achieve the same in Model Driven app ?
I am not sure. Sorry.
Is there a way to have certain form fields pre-populate based on the last form submission by a user?
I have a training form that requires the trainer, trainee, date, job, & job area
Of these fields I would like the job area to be auto populated (I already figured out how to do the trainer (he is the one entering info) and the date to pre-populate based on the today() feature.
let me know if this makes sense
how do i use this on a combo box?
Check out this video for ComboBoxes th-cam.com/video/AXAbmy9zYTU/w-d-xo.html
@@ShanesCows thank you so much
How would you do this from SharePoint integration in powerapps?
If(DataCardValue59.Selected.Value "UNITED STATES",Set(defaultComboValue, LookUp(Choices('Awards'.DataCardValue62), Value="Yes"))) put on the Default column of Datacard 62 to change its value to Yes if anything but United States is selected
I love the drop down but I always go for a combo box.
How to set a label based on a drop-down and text field
You’re awesome… do you have a mic on near your throat, every time you swallow I lose it.
Hi Shane, im new to your channel and am loving the content. Would you have anything on chnaging the font color based on values. I put this formula in to chnage the color based on how many days its have passed. Butr i get an eror that says scope not supported. My formula looks like this. If(ThisItem.'ARRIVAL DATE.'=Today()-2,RGBA(44,210,47,1),ThisItem.'ARRIVAL DATE.'=Today()-4,RGBA(232,225,27,1),ThisItem.'ARRIVAL DATE.'>Today()-5,RGBA(249,132,31,1))