Now that we can create custom objects, it would be very efficient to be able to create custom object flows through flow steps, exactly as we can do with tasks. For each custom object defined in the admin, we would need 3 flow steps: Create (would take all the fields as input) Update (would require the UID + the fields to be updated) Delete (would required the UID) The create/update could also be replaced with 1 upsert one. Obviously, if it's a SFDC custom objects, the fields available would have to be set through mapping. With regards to Marketo custom objects, all fields created in Marketo should be available to be set in the flow steps. All the fields of the custom objects could be set with tokens. Typical usage : I create a custom object : product interest, with a few fields (Time frame, quantities). I Create the same fields at lead level, that I use in a form. Once a lead fills out the form, I create a custom instance and populate the fields with the lead tokens. We should also be able to update them, though the same mechanism. -Greg
... View more