1
0
Fork 0
mirror of synced 2024-09-21 03:43:21 +12:00
budibase/packages/server/src/automations/steps
2024-02-13 18:21:41 +00:00
..
bash.ts
collect.ts
createRow.ts
delay.ts
deleteRow.ts
discord.ts
executeQuery.ts Some quick fixes, making sure that automation queries respect timeout, they will timeout within the usual range. 2024-02-13 18:21:41 +00:00
executeScript.ts
filter.ts set condition outputs 2024-01-09 20:32:12 +00:00
loop.ts
make.ts
openai.ts
outgoingWebhook.ts
queryRows.ts A quick refactor to get rid of the old 'FieldTypes' enumeration, considering how core it is to all data handling in Budibase, the fact we had both 'FieldType' and 'FieldTypes' was confusing - righting this fully. 2024-01-24 16:58:13 +00:00
sendSmtpEmail.ts
serverLog.ts
slack.ts
triggerAutomationRun.ts another missed name 2024-01-15 10:47:10 +00:00
updateRow.ts
utils.ts
zapier.ts