SOLVED

Is it possible to use workflow to trigger a validation on list item?

Copper Contributor

I have a list with 2 columns, by default there is no value on these columns, if column A has a value assigned, then column B must have a value also (can't be empty), if column A doesn't has a value, no action at all.  Can workflow suit in this scenario?

2 Replies
best response confirmed by an8042460 (Copper Contributor)
Solution
A worflow would not help here because you are not saving the data...you just need to modifiy the list form behavior depending on the data filled. For this scenario, what you can do is modify your list form and add some client side (JavaScript) logic to achieve what you need
1 best response

Accepted Solutions
best response confirmed by an8042460 (Copper Contributor)
Solution
A worflow would not help here because you are not saving the data...you just need to modifiy the list form behavior depending on the data filled. For this scenario, what you can do is modify your list form and add some client side (JavaScript) logic to achieve what you need

View solution in original post