You need to sign in to do that
Don't have an account?
Diane Royer
Reference FromAssembly field value in SOQL query for Dynamic Picklist
Is there a way to reference a FormAssembly field value in a SOQL query for a Dynamic Picklist? I'm trying to set up a Dynamic Picklist in FormAssembly that will show Contact records related to an Account ID. The Account ID is populated on the form by a prefill connector. Is there a way to get that ID in the SOQL query so that the Dynamic Picklist will be filtered to just show that Account ID?
Best Answer chosen by Diane Royer
Diane Royer
I figured out the solution to this issue. You just need to enclose the variable (field number) in single quotes -- '%%tfa_##%%'