Error in the ReTool Workflow tutorial: wrong block is called in step 5's AI Action

I noticed an error in the ReTool Workflows Tutorial page and wanted to bring it to the community's attention.

Step 5's instruction says "{{ fetchAdded.data }} contains a..." but it should be "{{ fetchLatest.data }} contains..."

fetchAdded.data simply contains the the logID of the latest change. It doesn't have the contents of the actual change. As a result, my output for that AI Action block was incorrect.

Can we fix this error in the tutorial page?

Regards,
Mahesh S.

Hi @mahesh_s, thanks for flagging this. We have a recent feature request in for this, but I added this case to it.

In the meantime, you should be able to complete each step of the tutorial as an otherwise functional workflow (other than the AI block summarizing actual patch notes).