Would really be great if we could see output from server connect actions (via the dynamic selector) even if those actions are contained within a condition.
EDIT: Perhaps represent them differently (icon change, color change, etc.) if they are in condition.
You can see below a snippet for a report builder. Weāll just consider the āexpenseā, ārevenueā (nested within a condition,) and ārecentTagsā, āglAccountsā (outside the condition.)
In the app connect data binding, you can only select recentTags and glAccounts (the two actions outside the server connect condition.) Iām proposing you should also be able to select expense and revenue, but because they may or may not be available due to the condition, they could be visually style differently so the developer is alerted to this fact.
Agreed, currently as a workaround, I put the queries outside of the condition, do the refresh of data binding then put them back under condition. But indeed, your proposition would be more proper
Yep, Iāve used that as wellā¦mostly I just select a similar binding and then drop into the editor for modification. Iām too afraid of forgetting to change things back!
We actually used to display the data inside conditional region in the data picker, but seems due to recent changes it got lost - so we will fix then in the next update.
However we display only the āthenā data - just as the conditional region wasnāt there.
The idea initially was that the āthenā or āelseā data are usually the same any way. And also the data come in the same main branch.
But I see that it might be useful indeed to display both branches of data to be able to pick from.
Will see if we can improve this as well.