Jump to content
  • 0

LWSChad

Question

Hello all!

 

I have a brain twister here   :huh:  :D.... there's gotta be a way. CCarls3 got very close with Email Trigger of Multiple Records, but rather than simply sending email notifications, how can we automatically create multiple records based on the results of a query (or displayed on a DataPage)?

 

I hope to automate the scheduling of Tasks.

 

Please consider the following scenario:

 

ScheduledTask

 - ScheduledTaskID

 - Scheduled Activity

 - Due Date

 

Workflow (Parent table that describes an automated workflow)

 - WorkflowID

 - WorkflowName

 

WorkflowStep (Child)

 - WorkflowStepID

 - WorkflowID

 - Scheduled Activity

 - Days from Today (easily converts into DueDate)

 

 [Workflow -< WorkflowStep / One - to < Many]

 

Worklows are groups of WorkflowSteps

WorkflowSteps create ScheduledTasks

 

Any puzzle solvers have a good idea how to accomplish this? (without sending emails to Zapier's parser)

 

Thanks!!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

DId you think about:

page1

prefiltered report datapage

table=workflow step

field=scheduled (type=checkbox) (the aforementioned filter is this checkbox is blank)

field=days from today (pass param to external...

submit=check the scheduled box(js like email ccarls) and submit behavior=go to...

 

page2

an autosubmit page (to table Scheduled Tasks)

receives the param, use a js to add to system timestamp to fill out due date 

submits, submit behavior go to page1

 

run daily? i'm looking into hacking together enough python to authenticate to the api and run a datapage with chron, maybe on a digital ocean server?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...