Why is it that in a flow, sometimes you can get a component property, sometimes you can’t.
Example. I can set a drop down selected value in a URL check flow, but I cannot check the value in an IF or assign the value to a variable?
Thanks
Why is it that in a flow, sometimes you can get a component property, sometimes you can’t.
Example. I can set a drop down selected value in a URL check flow, but I cannot check the value in an IF or assign the value to a variable?
Thanks
Can you explain a bit further, with screenshots if possible, on what works and what doesn’t even when you feel it should?
Hi, at least with font color the issue is that color is a style property and those cannot be accessed with the Flow function you’re using. Or with some other properties it could be that composite components (like the Input field you’re using) don’t allow you to access the “hidden” properties that need you to open the isolation view in Composer before changing those.
I think there’s a couple ways to handle this:
And if needed, you can read more about composite components here: https://docs.appgyver.com/ui/creating-and-editing-components
Thank you for all your continued support!