I am attempting to make a very simple copy of a row. Some of the data in that row has initial values. I'd like to copy the existing values and not generate new values, specifically for UNIQUEID("PackedUUID"). If I try to have a cell copied with initial data, one of two things happens.
Please help me understand how to work through this.
Here is the setup that works (almost. for some reason [TRACKING] will not copy.)
LINKTOFORM("Add to existing shipment",[CLIENT],[COMPANY],[STATUS],[TRACKING])
This is the table I'm working in.
The columns that have initial values are:
Thank you!
Solved! Go to Solution.
Hello my friend, when you work with linktoform always have in mind that the first column will not be represented by [], you'll have to use double quotes instead " " for example
LINKTOFORM("Add to existing shipment","CLIENT",[COMPANY],"STATUS",[TRACKING])
User | Count |
---|---|
15 | |
10 | |
10 | |
8 | |
3 |