Hi
I am creating an automation in FME Flow.
My first workbench looks at a SQL database and extracts the most recent date/time. I would like to use this value to feed in to the Where clause of an Oracle reader in a second workbench so I can extract all records greater than that date/time without having to read all the records in. However, I cannot find anyway to pass the attribute value of the first workspace to the second.
Im sure I read somewhere that this was possible using parameters with workspace runners in Form?