fix(10-07): add fuzzy matching to logs and fix chatId reference

- Send Logs Response now uses Prepare Text Logs Input for chatId
- Container logs sub-workflow uses .includes() for fuzzy matching
- Multiple match handling added with helpful error message
This commit is contained in:
Lucas Berger
2026-02-04 16:00:07 -05:00
parent 28f4c59d3f
commit 77c3d6543d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1798,7 +1798,7 @@
"parameters": {
"resource": "message",
"operation": "sendMessage",
"chatId": "={{ $json.chatId }}",
"chatId": "={{ $('Prepare Text Logs Input').item.json.chatId }}",
"text": "={{ $json.message }}",
"additionalFields": {
"parse_mode": "HTML"