Skip to main content

Automatically add links when entry is submitted via form

  • July 1, 2020
  • 2 replies
  • 23 views

Forum|alt.badge.img+7

I have projects that I want to add links to four generic tasks timers (writing, editing, revising, project management). I want to automatically link every project to those four timers. Is there a way to do that?

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9803 replies
  • July 1, 2020

If you’re looking for this to be fully automated, I would use Integromat or Zapier to do that for you. After a new record gets added via the form, Integromat or Zapier can add all the linked values into your record for you.

Otherwise, there’s a partially-automated way that you could do this. If you write a custom JavaScript to add the linked values into your record for you, you could trigger the JavaScript by clicking on a button in the record after it’s been created.


Forum|alt.badge.img+7
  • Author
  • Known Participant
  • 12 replies
  • July 3, 2020

If you’re looking for this to be fully automated, I would use Integromat or Zapier to do that for you. After a new record gets added via the form, Integromat or Zapier can add all the linked values into your record for you.

Otherwise, there’s a partially-automated way that you could do this. If you write a custom JavaScript to add the linked values into your record for you, you could trigger the JavaScript by clicking on a button in the record after it’s been created.


Thank you! I’ll try this.