Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

LINKTOFORM to new row bug or user error? I h...

LINKTOFORM to new row bug or user error?

I have a Ref column and I want to configure a sequence of actions when the form is saved that has two actions:

  1. Write the value of that Ref column (BTW, the ref table’s key happens to be Datetime but the value NOW() is not accepted as the value to be written to the column. I had to make it CONCATENATE(NOW()))

  2. Go to the form passing in that value in LINKTOFORM. The exact formula I am using is LINKTOFORM(“Other Customer Log”, “Timestamp”, [_THISROW].[CustOther])

However, the second action is not working. Of course, that row doesn’t exist so I am expecting that the form will open regardless.

When I test the latter formula in the Expression Builder, I see control=Other%20Customer%20Log&defaults=%7B%22Timestamp%22%3A%22%22%7D which is showing a blank value is being passed for CustOther even though the previous action is populating that column.

App Name is CombinedOPTXSpliceLog-522895 To reproduce, you can open any row for Name Blake Young, clear the value for CustOther (if it is present) and save the form

@praveen @Aleksi_Alkio

0 10 911
10 REPLIES 10
Top Labels in this Space