Forum Discussion
- MarkShnier__YouQrew Legendno, you cannot trigger on a formula field. You will need to trigger on a scalar field(s) that cause the formula field to change.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------- MattMakrisQrew CadetFormula fields from other tables cause the formula field to change unfortunately. I tried doing this in form rules as well, but it doesn't seem to work either.
------------------------------
Matt Makris
------------------------------- MarkShnier__YouQrew LegendCan you trigger on scalar fields in the "other" tables?
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- PrashantMaheshwQrew CaptainI do something simlar on formula field but pipelines are run on a scheudle instead (every hour)
------------------------------
Prashant Maheshwari
------------------------------- AustinKQrew CommanderThis is the solution here. As long as you don't need it to instantly have a date just do it on a schedule. Then you search for records in the table with your formula field and when everything lines up and the formula field is checked it can input a date. Just make sure you do some error checking like making sure the date is blank first. This is the way I do triggers off formula fields too.
- JimHarrisonQrew ChampionQuickbase needs the record to Save & Close. If the record change is on another table, a Webhook on the table where the Save & Close happens, writes to a check box on the table with the formula field.
------------------------------
Jim Harrison
transparency = knowledge + understanding : The Scrum Dudes
------------------------------- PrashantMaheshwQrew CaptainJim ! This is something I never thought about !
------------------------------
Prashant Maheshwari
------------------------------- JimHarrisonQrew ChampionYeah, it took me a couple years to think about it myself.
------------------------------
Jim Harrison
transparency = knowledge + understanding : The Scrum Dudes
------------------------------