OH3.2 Blockly - missing blocks to read map & channel triggerEvent

Thank you!

Sure - actually it’s in the log above:
First line of log: triggeringItem (TelegramBotHomerBot_LastMessageText)
2nd line: prevState (NULL)

This os the code snippet from the UI:

prevState = event.oldItemState;
if (prevState != null) {
  trig_Item = event.itemName;
  logger.info(trig_Item);
  logger.info(prevState);
  if (trig_Item == 'TelegramBotZuhauseBot_LastMessageText') {
    trig_User = itemRegistry.getItem('TelegramBotZuhauseBot_LastMessageName').getState();
  } else if (trig_Item == 'TelegramBotHomerBot_LastMessageText') {
    trig_User = itemRegistry.getItem('TelegramBotHomerBot_LastMessageName').getState();
  }