function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SaahilLakhaniSaahilLakhani 

Binding in "Start" value on step - Salesforce Wave Anaytics

Hi,

I'm looking to results bind a value to be the start value of a different step - does anybody know the correct binding syntax for this. This is what I have so far and this throws an error in the step:

"start": "{{column(gCRM_Default_GCJ_Acc_1.result, [\"gCRM_Default_GCJ_Account__c\"]).asString()}}"

gCRM_Default_GCJ_Acc_1 is the step I want to get the result from and gCRM_Default_GCJ_Account__c is the field name in that initial step.

Thanks,

Saahil