Hi Everyone! This is my first PowerApps project. I'm making a request form.
How should I make the "Attachments" field be visible when the "Request Type" field is set to "Renewal"?
Fields
Dropdown List on Request type
TIA!
Here
I'm very sorry @cwebb365 I can't understand what you mean. I'm very new in PowerApps 😞
Oh I did that a while ago but still failed.
Hi @Anonymous ,
I've made a test on my side and I hope this will work for you, too.
You have to write the formula for the visible property of your attachment data card as follows:
If(DataCardValue7.Selected.Value = "Renewal",true,false)
Best regards,
PA
Hi @PowerAnalytics , I tried that too but still it won't work. Maybe because of this error message. I still just do not understand what it says.
ok, did some searching here and you are using CDS and that drop down is an Option Set which makes this a whole lot more complicated that it should be :). I don't know CDS very well but you have to reference something like the selected.value = 'Your optionset name'.Value, it's too much to explain or for me to comprehend even myself right now lol..... it's usually much easier than this but due to the CDS and option set factor it complicates this a lot. And doing this as a beginner will be very frustrating :).
Anyway, hopefully someone with option set experience will come across this and be able to help!
Sorry if this troubles you 😞 CDS is what I learned but the teacher don't tell me that CDS is complicated. Hope someone would help me. Thanks for the effort!
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
208 | |
207 | |
85 | |
57 | |
35 |
User | Count |
---|---|
333 | |
259 | |
132 | |
86 | |
60 |