🐛 (googleAnalytics) Fix output validation when using variable as event value
This commit is contained in:
@@ -10,7 +10,9 @@ export const executeGoogleAnalyticsBlock = (
|
||||
outgoingEdgeId: block.outgoingEdgeId,
|
||||
clientSideActions: [
|
||||
{
|
||||
googleAnalytics: deepParseVariables(variables)(block.options),
|
||||
googleAnalytics: deepParseVariables(variables, {
|
||||
guessCorrectType: true,
|
||||
})(block.options),
|
||||
lastBubbleBlockId,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user