Forum Discussion
MarkShnier__You
Qrew Legend
Is this a Scheduled Automations and you are trying to populate a field on each filtered record from another field on the same record?
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
ChyanneEyde
4 years agoQrew Trainee
I think that's a fair summary. I am trying to identify certain records and then edit one field on those records.
I am filtering for records in which the [# of Immediate Needs NOT] = 0 AND [Date Immediate Needs Addressed] = <blank> (I temporarily put a date instead of blank). I want to then put a date in the field [Date Immediate Needs Addressed].
------------------------------
Chyanne
------------------------------
I am filtering for records in which the [# of Immediate Needs NOT] = 0 AND [Date Immediate Needs Addressed] = <blank> (I temporarily put a date instead of blank). I want to then put a date in the field [Date Immediate Needs Addressed].
------------------------------
Chyanne
------------------------------
- MarkShnier__You4 years agoQrew LegendRight, so I have run into this exact same problem myself. If the automation had a trigger record then the fields from the trigger record would be available. But because it is a scheduled automation there is no trigger record.
So I think there are two alternatives. One is to set up a saved table to table copy with those same filters on white records need to be updated and have the scheduled automation run that on your schedule. It remains to be seen what QuickBase plans for us when it comes to the migration of automations for running saved table to table imports. But at a minimum it will be possible to manually convert that automation by calling the API in the pipeline.
The other alternative would be to have an automation update each of those records and apply a checkbox to a certain field. Then you can have another automation the triggers when the checkbox is changed to do the actual update you were looking for. Since the second one will be based on a trigger event rather than a schedule you will find that the fields from the trigger record will be available to you.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------- ChyanneEyde4 years agoQrew TraineeAh, interesting. This is a great help, thank you. So the option to choose a value to copy would be available if I was creating a trigger automation. Will try these alternatives, thanks!
------------------------------
Chyanne
------------------------------