A referral can have multiple intakes. In the flow below ("add a new row" stage), how do i add the referral id (primary key in referral table) in the lookup field (Referral Lookup) of the intake table. Other columns including referral table columns, other lookups (clientid from client table) work by using plural_logical_name(col_name) but the referral id does not work!
P.S: I did try creating a non-lookup column in the intake table and assigned the referral_id from the referral table to it and that works.
Thanks.
Referral table logical name: cr7de_hf_referral