I have a fairly complex form to create a ticket, lots of conditional logic on what components to show based on what inputs are given…
Once the ticket/record/row is created I want to be able to edit that, when I switch on edit, it seems to create very limited edit fields using the text component for for most…
Is there a way for me to just copy the current form and paste it into the edit form ? I am just trying to be lazy/efficient…
You can copy all components from one screen and paste them into another. If the components are pointing to the same columns, they should paste nicely without issue. If you’re using an Add form somewhere in the process to add new rows to the sheet, you can copy the components from that screen and paste them into the Edit screen.