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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user