LinkToForm set a virtual column enum

Hi everyone,

I am trying to pre-populate and present an Enum column through LinkToForm but the field isn't showing up in the form. There are other fields on the form that are presented with no problem, and all these fields that are showing up, are mix of actual & virtual columns with non-Enum type. 

 

Can we not pre-populate an Enum type virtual column through LinkToForm?

I have tried LinkToForm("form_name", "virtual_column_name", [virtual column name]) as well as with [_ThisRow].[virtual column name].

Thanks

Kaz

0 1 93
1 REPLY 1

You cannot set a value to a virtual column or to any other column that has an App Formula through LINKTOFORM(). 

Top Labels in this Space