I am having a hard time wrapping my head around this and trying to understand exposed workflows and formulas here.
So I took a look at spark core that has multiple exposed formulas in their sc-provider. These pass down information like is android or is iphone etc.
So I tried to emulate that for my application that I'm building. So my app-wrapper have an api call for tenants. If that auto-fetch is successful I store the fetched data in a variable, trigger an exposed workflow and a exposed formula.
the formula gets the data from the variable.
In one of the child components of my app-wrapper, I activated context, got my formula and workflow and try to get my fetched data but nothing happens. The formula is used on load to fill the data of a variable, but this variable remains empty no matter what I do.
Even tried the ai but it was utterly useless for my scenario 🙁 told me repeatedly to use the attributes, which is fine I guess but I wanna understand the exposed context