Hello Hendrik,
I've been trying to see if I missed this, but it certainly seems to me that somewhere not too long ago (after May this year), so one of the last updates, the way the fiber URI in the Flow beginning block changed. It used to be the same as the Flow URI that is shown in the block, but not anymore. I can also understand that that was necessary, because that wouldn't really refer to the current fiber...
My problem though is this: I used that in some flows (ike this one:
https://llamalab.com/automate/community/flows/41309) to figure out which beginning point the user had chosen, so I could reduce the number of blocks and didn't have to do the same flow twice, for some small change... As a matter of fact, in that flow I gave the link to, I first checked the variable against the whole string of "Flow URI", as was shown in my block, on my phone, and somebody had posted that this didn't work for him and I should fix it. So I downloaded it to my phone to see what changed in the URI, and adapted it, since the statement number at the end remained the same, so I just had to check for that.
But now the statement number isn't included anymore, just the flow number, which is the same independent of which beginning point you chose, and the fiber number, which is always a different one and not correlated in any way to the beggining point. Hence my problem of: how can I now tell which was chosen? As far as I can tell, it's not possible anymore, and at least in this particular flow that I gave the link two, it's a question of doing the same action a different way, so they actually end up in the same line of the flow, not two completely different things, but the difference that there is was then done depending on which beginning was chosen. This allowed for reducing block count and making this a non-premium flow.
See attached screenshots for more details.
Is this going to be reverted? Or combined, so that both the statement number and current fiber URI will be in the variable value? Or is there - that I haven't seen - currently a way to figure out which beginning was chosen - apart from just having to make a separate flow, and not intertwine them?
Thanks!