• Data,  Dynamic

    Dynamically filtered multi-select check boxes

    Firstly, my thanks for the inspiration for this to Reza Dorrani in his great video. Please refer to it if necessary for the checkbox gallery insertion process. I am now taking this a couple of stages further with: – Dynamic selection of the Checkbox content filtered off a (single select) Radio control. Store the radio value in a Text field and the Checkboxes content in a Multi-Choice field. Show and modify existing records including a change in the Radio Control content. Continue to do all of this with SubmitForm() rather than any Patching. A short example of it working is below Firstly, if the code seems a little over-complex, it is due to…