Create eidt screen - Lazy method?

Hi fellow Gliders,

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…

Thanks in advance

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.

Hi Kyle,

Do I have to copy each component one by one ? I don’t seem to be able to copy multiple components

When you right-click, you should be able to select “Copy All”

image

3 Likes

:exploding_head: Awesome…

Greatly appreciated…

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.