Linkform not working

reagen
New Member

Hi,

I’ve been dwelling with my linkform formula not working for sometimes and after reading some of the post I still not understand why its not working.

Goal: I want to Prefill the CID from table 1 to table 2
Table 1: the source of CID
table 2: prefill CID from table 1

How I imagine the workflow is
User will see the dashboard view for table 1 and when they click through they can copy the CID into table 2

I’m setting a behaviour where app: go to another view within this app

formula I tried
LINKTOFORM(“bast1 Form”, “cid”, [cid])
LINKTOFORM(“bast1 Form”, “cid”, [_THISROW].[cid])

Please help as I dont get the idea why is this not working

Thanks in Advance!

Solved Solved
0 10 518
1 ACCEPTED SOLUTION

Your LINKTOFORM() expression targets bast1_form, but the correct form name is bast 1_Form. The upper/lowercase F doesn’t matter, but the space between bast and 1_Form must be there. Try that.

View solution in original post

10 REPLIES 10
Top Labels in this Space