feat(notion/create-page): support variables in parentPageId field (#1410)
This commit is contained in:
@@ -17,6 +17,7 @@ export default defineAction({
|
|||||||
key: 'parentPageId',
|
key: 'parentPageId',
|
||||||
type: 'dropdown' as const,
|
type: 'dropdown' as const,
|
||||||
required: true,
|
required: true,
|
||||||
|
variables: true,
|
||||||
source: {
|
source: {
|
||||||
type: 'query',
|
type: 'query',
|
||||||
name: 'getDynamicData',
|
name: 'getDynamicData',
|
||||||
|
Reference in New Issue
Block a user