Forum Discussion

chonchar's avatar
chonchar
Helper V
2 years ago
Solved

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's avatar
    2 years ago

    chonchar here are quick steps:

     

    - click advanced editor of table 2 and get the copy of the M code

    - start new blank query, click advanced editor and type

    (id as text) =>
    and after this paste the M code 

     

    Save and close and you have M function with Is as parameter