i need a solution for the following condition:
Action is null and material id is null then result is Invalid
Action is value and material id is null then result is Material id is invalid
Action is null and material id is value then result is action id is invalid
Action is value and material id is value then result is action id is created
Thanks @lakshman It’s perfectly working but I need another if condition about
1.Action is value and material id is null then result is is invalid
2.Action is null and material id is value then result is id is invalid
3. Action is value and material id is value then result is action id is created