lee mcdermott Posted July 2, 2024 Posted July 2, 2024 Hi, I have a node configured to manually update the summary field using &[global["flowcode"]["customFieldC"]] where custom field c has been populated. However during the intelligent form capture there are various fields hidden and then populated depending on the answer and they populate other custom fields i.e customFieldD and E etc. Is it possible to change &[global["flowcode"]["customFieldC"]] in the above Node so that it will populate with Custom C if that is populated but if it is blank and Custom E was populated it updates the summary with &[global["flowcode"]["customFieldE"]] instead? thanks lee
Steve Giller Posted July 2, 2024 Posted July 2, 2024 You will need to test the values in a Branch node and then have the workflow respond accordingly.
lee mcdermott Posted July 2, 2024 Author Posted July 2, 2024 @Steve Giller thanks steve will give it a go. wasnt sure if there was some magic txt that could be added to the above like if or statements if fields were blank. I will try the branch node.
lee mcdermott Posted July 2, 2024 Author Posted July 2, 2024 @Steve Giller how do you configure the decision node? I have tried this but it doesnt work. As the value in the custom field is going to be different depending on what logging form is used but they all use the same workflow i don't think I can populate the custom expression with an actual value.
Peter Clough Posted July 2, 2024 Posted July 2, 2024 Can't you just set it to check if Custom C is blank?
lee mcdermott Posted July 3, 2024 Author Posted July 3, 2024 @Peter Clough thats what i was hoping, but not sure how or what syntax it would need?
lee mcdermott Posted July 3, 2024 Author Posted July 3, 2024 @Peter Clough @Steve Giller i have managed to do it. Spotted the "does not contain" option in the list of options and then left the result Blank. Seems to be working ok. thanks for the help
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now