
JonathanS.11063 (Customer) asked a question.
Hello,
I'm trying to identify how to acquire the Table ID for different tables to make use of the "provide table at runtime" function.
The webpage on Table ID's doesn't shed much light on how to acquire the value. I've tried using the "Read Table" card, but I'm unable to get the Table ID as an Output.
Any assistance is greatly appreciated.

Hello @JonathanS.11063 (Customer) ,
This would be something you pre-setup. So lets say you have a use case where you have different site locations and you want to pull or update data from the correct site based table.
In the parent flow you could have either a "table search" or a lookup table to get the correct table ID associated with the specific site. This could then be passed down to the Helper flow which then dynamically uses the provided TableID to perform an action (Create a new row, perform some other search etc...)
The Table ID is taken from the URL (ID in bold): https://tlaborninc.workflows.okta.com/app/folders/10222/tables/d31ec5fd-3a77-403a-896c-4f38dfa9f40d
This is exactly what I was overlooking. Getting the Table ID from the URL will help my workflow. Greatly appreciated!