Velo using Salesforce Custom Fields

After a few hours testing I figured out

  1. The connections are to the API name when connecting to custom objects and fields use the full API name with __c

  2. Also when connecting to fields and objects check on the visibility options on the field to make sure it is set to “visible”

  3. To connect to Related Lookup fields you will need to use the _id key for that field ex. (Look up to an Account - the field is expecting the Account ID string ex. (“00O1H000006g8yuUAA”)

If you have any experiences please share below thanks.