Is it possible to have a gateway only take a branch if:
1) /dataset/Department="Planning & Development" and
2) /dataset/OpenWorkOrdersTable="checked" and
3) /dataset/WorkOrderTable.Date="Current Date"
I have this working in a form with 1 and 2 criteria, but it kicks off the workflow branch every time the form is submitted even if there is no new row added to the work order table. I need to add that third criteria. I need the workflow to start ONLY if there is a new row in the table with today's date. I don't want the workflow sending data to the hidden database if there are no new rows in the table.