Forum Discussion
chonchar
2 years agoHelper V
New table based on iterative API calls
Hello! I have imported a table that is based on a CSV file. It is called table 1. In table 1, there is an "ID" column that needs to be referenced in an API call. Table 1 is below: I am abl...
parry2k
2 years agoSuper User
chonchar create a m function with id as parameter and the use table2 code in this function, replace id with the parameter name.
once it is done, add new column in table 1 and call function (created in step 1) with id as parameter. You will get a table returned from the function and the last step is to expand this new column. This will do it.