I have an Agent that collects dates via an Input Form Trigger at the start of the flow. Later, it checks the user’s calendar for more accurate dates.
Currently there’s no way to overwrite the original Input Form variables mid-flow. I’d like the ability to update those variables dynamically if better data is found, so the Agent can continue using the most accurate values without asking the user again.
If anyone has a workaround for simulating this behavior (e.g. alternate variables, branching, or other patterns), please share.