Help
Alix
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Sep 25, 2022
‎Dec 03, 2023

User Statistics

  • 12 Posts
  • 1 Solutions
  • 7 Kudos given
  • 1 Kudos received

User Activity

I want to send a webhook when a button is pressed on a record :// Use recordAsync to get the record associated with the buttonlet record = await input.recordAsync();// Check if the record existsif (record) {// Construct the URL based on the fetched r...
Hi, is there a way I can send a webhook to an automation in another base via a button which runs a script?So like:press button on record on base A > runs script > script sends webhook to base B > webhook triggers automation to create recordI can achi...
I want to display the week like a calendar, but this formula is returning week 1 as starting on a sunday instead of a week starting on a monday and finishing on a sunday, how can i alter this?VALUE(DATETIME_FORMAT(Date,'w'))-VALUE(DATETIME_FORMAT(DAT...
I have an automation which sends a slack message at a scheduled time with a list of tasks due that week, sent in formatted single messages for display purposes.It's a repeating action which runs through a list found, but it never runs in chronologica...
When record text field is not empty, find records with similar text fields and link records? Is this possible? The similarity could be a partial match.