Not sure am I going crazy or have blocks started returning a different format?
Or is there a difference in manual runs and triggered runs or something.
In logs from yesterday the expressions got evaluated correctly:
{{ complyGeminiGpt.data[0].result.data.proofread_text }}
Today when Iām running the workflow manually the correcy expression should be
{{ complyGeminiGpt.data.result[0].data.proofread_text }}
The API function that we are calling did not change. So the only 2 options that I have not managed to exclude is that Iām overlooking something obvious or there is some weird behaviour with the block. Given the recent production bug where database queries started wrapping response in additional .data. object I thought Iād ask?
