Goal: From a Cases Interface (Kanban + record detail), I want a button that opens an Interface Form (Activities)already prefilled with Case = current record (and optionally Patient = the Case’s linked patient). I also need two shortcuts that open the form with Contrato firmado (tmp) or Tratamiento completado (tmp) already checked.
What I tried:
-
A button inside the record detail block → action Go to interface page (Activities form).
-
Issue: I don’t see the “Initial values” / “Use record from …” section at all; only Visibility (premium)shows up.
-
-
I made sure the button is in the body of the detail, not the header action. Same result: no “Initial values”.
-
Go to external URL action: in my UI I can only type a fixed URL; I cannot insert field values.
Questions:
-
How can I enable “Initial values” / “Use record from …” on an Interface button inside a record detail block to pass the current record to an Interface Form?
-
Are there known limitations when the button sits inside a Group within the record block, or when the destination is an Interface Form page (vs legacy form)?
-
Is there a supported way to use “Go to external URL” with dynamic field insertion reliably?
-
What’s the recommended pattern to open an Interface Form from a Cases Kanban/detail with dynamic prefill, without resorting to manual URL prefill?
Context: I’m trying to streamline an Activities intake: the form lives in Interfaces, Activities has a Link to Cases(single), and I also use two temp checkboxes for contract/treatment completion that automations copy back to the Case. Prefill via URL works; the missing piece is getting the button’s initial values in the Interface to behave.
Thanks a lot for any guidance! 🙏