I have a workbook that has two tabs: DarthVadar and PrincessLeia. In each tab, I have two columns, FieldName and Value. See example below. After the user selects the tab of choice (see workflow 1), I would like to update the values of the formula tool with the values within the worksheet. The workflow that allows the user to select a specific tab works but I need guidance on how to update the formula tool with the values for the correct field names.
| FieldName | Value |
| Name | Anakin |
| Role | EVP |
| Age | 45 |
| County | Johnson |
| State | TX |
| Postal Code | 76050 |
| Value1 | 100 |
| Value2 | 200 |
| Value3 | 300 |
| Description 1 | A |
| Description 2 | B |
| Description 3 | C |
Step 1: Allow user to select a specific tab
Step 2: Update the formula tools values to be based on the values from the selected tab.