Good day all, I hope someone can guide me. I've recently gotten into flow to help structure my small business. No experience in coding.
I have an excel Schedule of our export shipments that I have created a flow for, so for every shipment, our controller can trigger a flow which Creates a new plan and sends out an email to the warehouses.
Flow: Create Plan from Excel Data & Notify Warehouses
However, Ship stacking dates change constantly, and there is no point to my Planner flow if it has the wrong information on it and doesn't get updated.
My problem is getting Flow to identify a Task ID and Update said tasks Using Excel data. In the Task ID, I need flow to identify an existing task based on our shipping reference number eg DT1482.1, to change the dates in the title and the due dates in the plan.
Currently my task ID consists of:
Shipping Ref - Contract/ Metric tonnes / Number of Containers / Stack open Date - Stack close date
I've tried using dynamic excel content using a header (Shipping Ref), but this doesn't search the plans for the reference and gives me errors.
My next thought is to use an expression combined with dynamic content to search specifically for a certain shipping reference. eg. if(contains:etc)
Sorry if this is a bit simple. Will anyone be able to provide insight on how I can get Flow to identify a task to update it based on references? Appreciate any assistance.