I have a CMS type of site where I have Make Changes to a Thing to update fields for a member’s account info. I also need to use that same form to Create a New Thing. Is there a way to copy the “Make Changes to a Thing” and reclassify it as “Create a New Thing” without having to go through the process of re mapping the inputs to db fields?
I don’t think so, unfortunately. You may need to add a create a thing workflow step before the make changes step that creates the thing conditionally if need be.
Or add the make changes step to a custom workflow and trigger that.
thanks. this would be a nice to have feature!