Forum Discussion
I also tried making an automation for each value (an automation for x, an automation for y, and any automation for z) that has the condition if the field is not blank in the trigger statement but this is causing issues when they are trying to run at the same time.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- JENNIFERPASCHAL6 years agoQrew Trainee
Hi Mark -
Sure: here is some more background. Hope it helps!
Currently, I have the automation running for 2 fields (the third field requires external data that has not been set up yet). If I put in a value for x or y but not both there is no update made but if I put in a value for both then the fields are updated.
The way this works:
On the same form where the user inputs what data they want to update, there is also an embedded table that pulls in filtered results from table A. They have a checkbox (in the embedded report from table A) where they can indicate which records they want to update. The two automations are both setup to run if the value (x for example) is not blank and the checkbox is checked. The action in the automation copies the value from table B into table A.
------------------------------
Thanks in advance,
Jennifer Paschal
------------------------------- MarkShnier__You6 years ago
Qrew Legend
The user does their Updates into Table B. Does Table B know the current value in Table A for those fields? (or if not, is there a way to get those values to table B?
For example, you are trying to gather up any new Mobile phone #s.
Then what you can do is have a formula field called [Phone# to be updated into Table B]
That will be a formula that checks if there is a non blank update to the Mobile phone # and uses that value else uses the original value. So the Automation will always copy the field from Table B into table A, but the formula field will contain the old original value if there was no update.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------