mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-03 12:21:05 -05:00
fix: added support for date, matrix, address and cal question to notion integration (#2726)
This commit is contained in:
committed by
GitHub
parent
cb44b575c2
commit
48638e8ca2
@@ -165,7 +165,7 @@ const buildNotionPayloadProperties = (
|
||||
const value = responses[map.question.id];
|
||||
|
||||
properties[map.column.name] = {
|
||||
[map.column.type]: getValue(map.column.type, value),
|
||||
[map.column.type]: getValue(map.column.type, processResponseData(value)),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user