task: use dynamic-data for sent-to-trash action in Gmail

This commit is contained in:
Jakub P.
2025-02-10 14:41:22 +01:00
parent fe085fbdcc
commit 7044e54ce8

View File

@@ -8,10 +8,20 @@ export default defineAction({
{
label: 'Message ID',
key: 'messageId',
type: 'string',
type: 'dropdown',
required: true,
description: '',
variables: true,
source: {
type: 'query',
name: 'getDynamicData',
arguments: [
{
name: 'key',
value: 'listMessages',
},
],
},
},
],