Hello everyone. I really need your help. I’ve been trying to solve this issue for two days already.
I’m trying to send data from Telegram to Fibery into a specific database. I’m creating a very simple workflow in N8N.
Workflow:
- A message is sent to a Telegram bot.
- The first line of the message is used for the Name field to create an entity in the “Content” database of the “Idea” space.
The rest of the message content should be added to the Description (RichText) field.
The first and second steps work. However, I can’t manage to send the text to the Description (RichText) field.
No AI model has been able to help with this, even when I provided almost all the Fibery API details. I keep getting errors.
It seems like I need to create two additional steps to retrieve the secret for the Description field and then update it. I tried setting up two sequential HTTP Requests in N8N, but it hasn’t worked so far.
Maybe someone has a ready-made solution for this task? Or could you suggest what I need to study to implement this?
I suspect I might have missed something in the setup process.