Dynamic Input No Table Chosen Error
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm trying to use the Directory input to grab a list of the most recent created date file and then use the dynamic input to grab the correct data. I'm running into the issue where the dynamic input is telling me "No Table Chosen; Please select a Table from the data source".
When I select the dynamic input data source template and select the file, and the refresh my data shows up. But running the workflow is does not work.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If the table name is consistent, You have append excel sheet name to file path.
Example: c:/Project/sample.xlsx|||:`Sheet1$` (Fullpath+"`Sheet1$`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I tried to add the file sheet and am still getting an error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Excel has it's own syntax for full path + |||+Sheet name.
Example:
C:\Filename.xlsx|||"East$"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm starring this post because I also have trouble using dynamic input in this same type of situation. I gave up and used a work around. @ashleyinman I'll be watching for the solution that works for you. Please share your solution from @gnans19's suggestion if it works. for you.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@ddiesel This is the solution that worked for me. In the formula tool I put the below. Name Sheet1$ to the sheet name of your file.
[FullPath] + "|Sheet1$"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I was able to get this to work but it looked slightly different than the other suggestions.
In the formula, i appended "|||sheet name" to the full path.
The formula was FullPath+"|||sheet name"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This also worked for me.
For dynamic sheet input (i.e. getting a list of sheet names and then selecting/looping through sheets), the following formula works:
[FullPath]+"|||<List of Sheet Names>"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you all!!! This worked for me:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This worked for me as well.
