Hi all,
I’ve created a Plangrid FLO that creates a new project, and creates a series of subfolders for that project in Dropbox.
Two of these subfolders, sheets and documents, each get their own table to log the characteristics of the various files that are dropped into them.
Right now, I’m trying to figure out how to use the table id from each new table to put into place for the document and sheet FLOs. For example, once the initial Project FLO creates both tables, it generates its own Table ID. In the Document and Sheet FLOs, I want to be able to use that Table ID to read a row in the created table, to check if that document or sheet already exists. So essentially, the “Read Row” function in both the Document and Sheets FLO will use “Provide Table at Runtime”.
I’m probably overthinking this, but how do I get that Table ID from the Project Flo to the Document and Sheet Flos?