This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Replies: 1 comment 3 replies
-
I have noticed if you change the Conditions from "All" and move it to "Any" - it works better |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For this example I will use current git developer version as of Yeti [ver. 6.5.9]
I'd like to create workflow in Products module that will update "Description" field in Vendors module by manual trigger. Products has 1:M relation to Vendors.
First I create new workflow in Products module
I set manual trigger (doesn't matter it's just for testing)
I set conditions (also doesn't matter, just to make workflow possible to trigger)
I choose "Update related record" task type because that's what I need
I select Description field from Vendors (based on reference fields)
I put some raw text that sould be replaced with in description field
Now I trigger the workflow for some product that meets the conditions
In the Vendor record that is attached to the product I triggered workflow from, description has not changed
I bet I'm making some simple mistake so my question is why is the description field in vendor not updating to "test" ?
Beta Was this translation helpful? Give feedback.
All reactions