I have two entities Kitchen and Medical. I want a workflow where when a record in created in Medical, a similar record is created in Kitchens. It sounds very simple and I have been working with workflows.
My workflow is based on entity Medical and it starts on create form event. I have added only one condition which says CREATE: Kitchen. and i have related all the fields of kitchen with fields in medical form. But the workflow is not working.
Can someone help me in logic or anything.
The workflow is working now, but the issue is that I have to start it manually after I save the form. Can it start automatically on save?