
I have a web content form set up we want users to fill out, with the end goal of updating a separate entity with the information. The entity is not related to a contact or lead. When the form is submitted it will contain a hidden field with an ID that I want to use to lookup a specific entity, then I want to update fields in that entity using the form fields.
I am trying to set up a workflow for this, but can't see how to get from the hidden field ID to the entity I want. I only see how to create a new entity.
Can someone help me figure out how to do this?
Thank you!
*This post is locked for comments
I have the same question (0)Hi,
if you want the workflow to find an entity by id, you will have to develop a custom workflow activity for that (or a plugin, but, in the end, you'll need to develop some code)