Hello! I have an entity B (Project Task). My goal is to create a new instance of B when some conditions are true. To do so, I created a new entity A (Recurring Task) with a one to one link to B, and have a workflow to check on all of A for when the condition is true (when next recurring date is today). However, in my workflow for my condition check for A to create a new B, in "Create New Record", I am unable to access B's info in the A-> link.
Is it possible to do this? Or can anyone come up with a better way to do this? I intialy wanted to keep the entities separate to make it extendable but it seems like there is no built-in duplicate feature anyway.
Thanks!
Thanks!
Comment