Bug ID Number |
BUG-000158751 |
Submitted | June 1, 2023 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Pro |
Version found | 3.1.2 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
This is how it is designed, as the Open Table command is context-driven. For example, if there are TableA and TableB in the Contents pane, depending on which table is selected in the Contents pane, the table selected is opened via the Task command 'Open Table'.
The proper selection can be accomplished via Task Designer. Go to the step that runs Open Table, and in the Task Designer pane, click the Contents tab. Find the table in the list of contents, right-click it, and choose Only make this > Selected. This ensures that when the step runs, the feature is the only one selected in the Contents pane, and when running the Open Table command, the specified table opens.
Workaround
There is no known workaround.
Steps to Reproduce