Hi,
I am working on a workflow that is connected to small SQL table which contain department names.
There are often additions to the list of departments. However, the SQL table is only updated after month end reporting is complete as multiple other reports refer to this table.
I would like to build a manual an option that in case required, user can upload an Excel based version of the SQL Table with same columns but with the additional rows for the new department names. For this I have created a workflow which is an analytics app.
Default selection when you open the app is Radio button 1. This will allow the input to source data from the SQL Table.
Upon Selecting Radio button 2, this would enable user to upload the Excel file with the desired input.
Once it is determined which input would be used, the selected input needs to be joined with the data in Container labeled Database.
I am having two issues:
- I am receiving below errors. Not sure how to resolve these as Tool #22 should ideally be disabled.


- No sure which tool to use to join selected input to Database table.
Any help would be appreciated.