Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoJust to chime in here. There is a known issue that changing a field name can break a pipeline. I believe that the pipeline will not break while it's in production. But then if you edit the pipeline it may break the pipeline while you're editing it because it may be referring to a non existent field.
It seems to be a bit mysterious under what conditions a pipeline will break. I do know that QuickBase developers are aware of it and are working towards a solution but I don't have any timeline.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
It seems to be a bit mysterious under what conditions a pipeline will break. I do know that QuickBase developers are aware of it and are working towards a solution but I don't have any timeline.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Melissa_Doran
4 years agoQrew Cadet
The biggest one that sticks out in my memory was an in-production pipeline.
I wonder if it has to do with hard coding the FIDs when building or using the dropdown.
------------------------------
Melissa Doran
Jr Solutions Consultant
Quandary Consulting Group
linkedin.com/in/melissardoran
mdoran@quandarycg.com
------------------------------
I wonder if it has to do with hard coding the FIDs when building or using the dropdown.
------------------------------
Melissa Doran
Jr Solutions Consultant
Quandary Consulting Group
linkedin.com/in/melissardoran
mdoran@quandarycg.com
------------------------------
- MichaelTamoush4 years agoQrew CaptainIn my testing it works until you edit the Pipeline. When editing the pipeline, it only breaks if that field is being used somewhere in the jinga code (typically, because in a later pipeline step you dragged the field over in some condition, or to map fields).
Anything in jinga code is not updated, therefor, breaks. It's strange to me that it doesn't break right away (as soon as you change the field name), but only if you edit the pipeline that it exists in.
------------------------------
Michael Tamoush
------------------------------- JeffKelly4 months agoQrew Member
Still an issue!