Hi,
I have a Component Library.
In this Library I have some Compos. All worked fine. But today (21. Oct .2021) I made some changes.
Now all my SELECT()-Functions within the compo do not fire.
An example is an Icon (Camera Button) which should simply select the Camera-Control -> 'OnSelect: SELECT(Camera)'.
The problem concerns every controls, not only the camera control.
Is there a general bug at the moment?
PowerApps-Release: 3.21094.25 (Germany)
Any tips or workarounds?
@German_Chris , I am not able to repro this issue.
Here is a simple thing which I tried. I added a button button1.OnSelect = Collect(foo,1,2,3)
Added a label Label1.Text = CountRows(foo)
Added another Button Button2.OnSelect = Select(Button1)
Clicked Button2, I see Label1 value changed to 3.
So it is working for me. Can you please try above steps?
@ShantanuP , many thanks for your answer.
Meanwhile I have Release: 3.21102.25, now the Select()-Function works fine.
But I thought I could update the Camera.Photo property with a Button which select the Camera-Control
Button2.OnSelect = Select(Camera).
Is there way to do that?