\define set-input-actions()<$list filter="[{!!selected-input}match[allobjects]]"> <$action-setfield $field="input" $value="[!is[system]object-type{!!selected-object}]"/></$list><$list filter="[{!!selected-input}match[objects]]"> <$action-setfield $field="input" $value={{!!instances-list}}/></$list><$list filter="[{!!selected-input}match[lists]]"> <$action-setfield $field="input" $value="{{!!selected-lists}}"/></$list><$list filter="[{!!selected-input}match[filter]]"> <$action-setfield $field="input" $value="{{!!selected-filter}}"/></$list>\end\define select-input()<$select field=selected-input actions=<<set-input-actions>> ><option value="allobjects">All Instances of Object</option><option value="objects">Selected Objects</option><option value="lists" >Selected list(s)</option><option value="filter" >Input Filter</option></$select>\end<<select-input>>| actions | A string containing ActionWidgets to be triggered when the key combination is detected |
Any guidance on why this may not work would be appreciated.r works
\define set-input-actions()<$list filter="[{!!selected-input}match[allobjects]]"><$action-setfield $field="input" $value="[!is[system]object-type{!!selected-object}]"/></$list><$list filter="[{!!selected-input}match[objects]]"><$action-setfield $field="input" $value={{!!instances-list}}/></$list><$list filter="[{!!selected-input}match[lists]]"><$action-setfield $field="input" $value="{{!!selected-lists}}"/></$list><$list filter="[{!!selected-input}match[filter]]"><$action-setfield $field="input" $value="{{!!selected-filter}}"/></$list>\end
I have tested the conditions in the actions but they are not working "as actions"
Thanks for that. That is a reoccurring blind spot that can be hard given the problem is an absence of something.
I am very gratefulTony