Design a modal to always create a new Record using Form Controller

Meet Mewada
Tera Expert
Hi everyone,
I am trying to configure a modal in a workspace experience that uses a Form Controller to always create a new record whenever it is opened.
The Issue:
  • First open: The modal works perfectly. It opens with an empty form ready for a new record submission.
  • Subsequent opens: Instead of opening a fresh, blank form, the modal reopens the previously submitted record/data from the last session.
Current Setup:
  • I am triggering a modal containing a form component.
  • The form component is hooked up to a Form Controller.
What I've tried:
I need a way to clear the state, reset the form controller parameters, or explicitly force sys_id = -1 to stay dynamic every time the modal opens, rather than caching the last created record's sys_id.
Has anyone encountered this caching behavior with Form Controllers in modals, and how do you force it to reset on every open event?
Thank you!
0 REPLIES 0