Forum Discussion

DP333's avatar
DP333
Frequent Visitor
2 years ago

Column of Functions

Hi 

 

I am using the Autodesk Assemble connector to connent to Autodesk and view CAD model data. I am able to get to a table contianing all my projects but inorder to get all the detials I must select one of the funtions in the "Value" column specify the properites for the data to be pulled. 

 

I would like to pull all the data into one table but can't seem to figure out how to do this for all functions in the column and combine it into one table. It seems can only do one function at a time. When I click on one function it gives me one table. How can I loop through this column and extract the data from each function and merge them into one table. 

 

Any idea how to do this? 

 

 

 

3 Replies

  • click on the hyperlink

    borrow the code

    create a custom column that runs the code

  • DP333's avatar
    DP333
    Frequent Visitor

    lbendlin  great suggestion! It worked except I realized that not all functions have the same number of parameters.  Any idea how I can handel this?

    • lbendlin's avatar
      lbendlin
      Super User

      you can ask the function's meta data to tell you how many parameters and of which type it expects.