1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00
This commit is contained in:
Peter Clement 2024-01-11 11:39:04 +00:00
parent c1ddee5d7c
commit 9c22bee324

View file

@ -21,7 +21,9 @@ import {
Table,
INTERNAL_TABLE_SOURCE_ID,
TableSourceType,
AutomationIOType,
} from "@budibase/types"
import { bool } from "joi"
const { BUILTIN_ROLE_IDS } = roles
@ -164,7 +166,7 @@ export function basicAutomation(appId?: string): Automation {
inputs: {
properties: {
text: {
type: "string",
type: AutomationIOType.STRING,
title: "Text to log",
},
},
@ -183,6 +185,7 @@ export function basicAutomation(appId?: string): Automation {
},
},
id: "y8lkZbeSe",
type: AutomationStepType.ACTION,
},
],
},