Having trouble using the plugin to do what I figured would be a straightforward and typical use-case action.
I have the datepicker in a repeating group, though it might be that the user wants to not select a date at all. I have the buttons set so that it has “clear” and “ok”, and then try using the “Airpicker value has changed” to initiate the saving of the selected date (which may be blank, or not) to the related thing.
However, since this is in a repeating group, it seems to trigger it on all instances of the date-picker, wiping the date for everything else in the RG.
How exactly can I set things so that if no date is selected, then it simply inserts a blank date in the relevant “Things” field, without clearing the date on every other item in the RG? Feels like it would be better if I had access to the “Ok” buttons workflow rather than having a generic “when a datepicker is changed” action since there’s no way to discriminate which datepicker I am referring to.
Thanks,