Hello there,
I have gallery control(Filtered) and want to save some fields in the SharePoint list as Blank() when I am going to set Toggle as "off".
I did something like this in on uncheck property like below:
patch(data source,ThisItem,{fieldsname*:Blank()}); *more than 3 fields
Problem:
Filtered gallery item is more than 1
I can make null on the first item but am not able to write anything in 2nd item and if I am able to write then 1st item is going to null at that time.
Regards,
Manoj Roy