01 GeneralResolving Notion JSON String Issue for Client Project LinkingPatrick F.Ā·Mar 21, 2025 04:19 PMĀ·View in SlackShareOpen with AIHey, hoping someone can help me with an issue that's been driving me crazy Issue: I need my agent to create a project in Notion and link it to a client by passing a relation field (Clients DB) with the client's Notion page ID.However, the JSON that Lindy sends to Notion gets wrapped as a string, causing Notion to reject it.The error I receive:body.properties.Clients DB.relation should be an array, instead was `"{\"properties\":{\"Clients DB\":{\"relation\":[{\"id\"...`." This suggests that the entire JSON block is being treated as a string instead of an object.š1