I copy and save similar records using app: copy this row and edit the copy action. However, I want some columns to be empty before copying (cannot be the value of the copied record).
Is this possible, how can I do it?
Solved! Go to Solution.
I do it differently and I think it's more straighfoward.
Your LINKTOFORM() should look something like this:
LINKTOFORM(
"TableName_Form",
"Field1", [Field1],
"Field2", [Field2],
"Field3", [Field3]
)
Yes it is possible. Have a grouped action launching two actions:
Step 1 is ok, what should be the reference row expression in step 2, to edit the added row.
I couldn't do it, can you write a sample formula?
Open the doc.
"The expression is valid but its result type 'Ref' is not one of the expected types: List"
I get this error, but the below expression worked.
SELECT(Mytable[ID], [_Rownumber] = MAX(Mytable[_Rownumber]))
I do it differently and I think it's more straighfoward.
Your LINKTOFORM() should look something like this:
LINKTOFORM(
"TableName_Form",
"Field1", [Field1],
"Field2", [Field2],
"Field3", [Field3]
)
Even better!
User | Count |
---|---|
19 | |
10 | |
7 | |
5 | |
5 |