I am trying to use the "When content changed" block to determine if another fiber has been started. In the 'Content URI' field I put:
"content://com.llamalab.automate.provider/fibers"
And the flow doesn't continue when I start a new fiber. If I use
"content://com.llamalab.automate.provider/flows"
the flow does continue when I start a new fiber, but it also continues on other flow-related events that I want to ignore. Is there an event that is triggered just by the creation of a new fiber?
Also, is there a way to exclude a specific column from the "Query content" block? I'd like to get a list of columns from a provider, but the "data" column crashes my flow because blob columns are not supported.