Hi all,
I have a scenario where:
1. I get a list of flowfiles in Json format
2. Using Jolt I extract the fields and send it to an API
3. The result of the API needs to find the match in the original json that was ingest in the step one.
I've not understood yet what kind of processors I need to implement, I was looking at the LookupRecord, but I haven't so far understood what to do to make the lookup happen in the right flowfile?
Could someone guide me what is necessary to perform it?