Hi,
I have dropdown list in Datacard in my Edit form and based on few conditions i am making Datacard visible / hidden .
When visible, dropdown list values are getting saved in SharePoint List and things are working fine.
But , when Datacard is hidden still dropdown list values are getting saved in SharePoint List.
Is there any way to restrict dropdown list values getting saved in SharePoint List when Datacard is hidden ?
Solved! Go to Solution.
Hi @viyer ,
A bit unusual, but try going to the Update of the Data Card and putting this with whatever is there now
If(
Self.Visible,
YourCurrentCode
)
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.
Hi @viyer ,
A bit unusual, but try going to the Update of the Data Card and putting this with whatever is there now
If(
Self.Visible,
YourCurrentCode
)
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.
User | Count |
---|---|
221 | |
99 | |
94 | |
55 | |
35 |
User | Count |
---|---|
273 | |
105 | |
104 | |
60 | |
60 |