Suggestions for GROUPED ACTIONS with copy row needed

  1. As I understand, an action cannot be used in a form.

  2. The action “Copy row and edit” cannot be paired with other actions in a group.

?: what I’m trying to do is copy a row record, and then have specific columns cleared to blank with one button, is this possible? Maybe if there was an option to copy without opening edit, or apply other actions to copy before the record is opened in form to edit (?)

Thanks everyone!

Solved Solved
1 8 1,652
1 ACCEPTED SOLUTION

[_THISROW]. shouldn’t be needed here. Try instead:

LINKTOFORM(“Production_Form”,
“Job Name”, [Job Name],
“Page+”, [Page+],
“Image ID”, [Image ID],
“Final File Name”, [Final File Name],
“Category”, [Category],
“Background Set”, [Background Set],
“Needs Prep?”, [Needs Prep?],
“Studio Notes”, “Reshoot Reason:”,
“RESHOOT?”, “true”,
“AD”, [AD])

View solution in original post

8 REPLIES 8
Top Labels in this Space