Hello everyone! I'm a novice in FME Form/Flow. Maybe somebody can help me.
I have a workspace that has multiple PostgresSQL readers, and these readers have a reference to the User Parameter in the WHERE clause.
This workspace is published to FME Flow and triggered by an Amazon SQS trigger. The SQS message content is a JSON with parameters that are required for the readers in the workspace.
My question is, how do I pass/parse incoming content to separate parameters in the workspace?