Edit form loading wrong (old) data of fields

When users opens form sometimes old data of fields load and they usually dont konw there is wrong data loaded and they save the form. Is there any go around how to prevent this from happening? Thank you for help.

Hello @Patrik ,

you mean NewForm?
If so, you can clean - do it only for NewForm!

fd.clear()

I will clear all the fields. If some of them are not cleared, check the error in developer console.

Regards
Stepan

1 Like

Hello @StepanS I meant EditForm

Hello @Patrik ,

well, what kind of old data?
Can you share anything particular?

Can you specify in detail?
Stepan

Browser remembers some older version of item, and it loads those data instead of the current one. But if another user opens same item it loads current version.