Forum Discussion
DanPark
5 years agoQrew Member
Hi Ryan, this app is great! It definitely helps with many aspects of configuring QB apps!
I have a question about configuring apps that I add to the Library that are from different realms. I was able to set up the Pipelines to update changes in the to the apps, but making changes fires off all the Pipelines. the Correct Pipeline makes the changes, but the other Pipelines that are not related to the app I'm updating fire and return access errors. In your instructional video you mentioned that additional lines of logic need to be added to the YAML code. Could you help me out with this? I would like only the relevant Pipeline to trigger but due to the YAML code, I am not able to edit/update the Pipeline...
------------------------------
Daniel Park
------------------------------
I have a question about configuring apps that I add to the Library that are from different realms. I was able to set up the Pipelines to update changes in the to the apps, but making changes fires off all the Pipelines. the Correct Pipeline makes the changes, but the other Pipelines that are not related to the app I'm updating fire and return access errors. In your instructional video you mentioned that additional lines of logic need to be added to the YAML code. Could you help me out with this? I would like only the relevant Pipeline to trigger but due to the YAML code, I am not able to edit/update the Pipeline...
------------------------------
Daniel Park
------------------------------
RyanPflederer3
5 years agoQuickbase Staff
Hi Daniel!
Within your existing Pipelines, you can update these to be realm specific by simply adding this
Hope this helps!
------------------------------
Ryan Pflederer
Implementation Consultant
Quickbase
------------------------------
Within your existing Pipelines, you can update these to be realm specific by simply adding this
AND{38.EX.'realmName'}
to the Advanced Query in Step A. Just swap out realmName with the name of a specific realm. Once this is completed the Pipeline will only trigger on changes to that particular realm. Just make sure that you've got the right usertoken coupled with the realm. Hope this helps!
------------------------------
Ryan Pflederer
Implementation Consultant
Quickbase
------------------------------