
Announcements
Hi,
I am in my form and have a popup (not in the form) that patches a field that are not in my form.
But I find it resetting my form or certain fields in my form.
here is my patch -
Patch('Data Source',
Defaults('Data Source'),
{'impact comment':TextInput1.Text});
why is this?
Hi @wonka1234,
I think there must be some relationship between some certain fields and your Patch() formula.
Like that a special field is filtered based on your 'impact comment' that is patched by your Patch() formula.