Forum Discussion
ceesarcaceres
1 year agoRegular Visitor
Passing a string reference Id from another table using the web connector
Hi, I have a table with products ids that extract from Web connector like that: I need to extract another API from web that it's required pass the id to url. So, for not to extract id b...
- 1 year ago
I believe you can tackle your problem by first creating a function with one id and then add a function column to the table with id's. I've done something similar earlier. I just the very great technique shown by Patrick LeBlanc in this Guyinacube video about importing nfl data for multiple years:
https://www.youtube.com/watch?v=Z0U9UL9ORh8
ChielFaber
1 year agoSuper User
I believe you can tackle your problem by first creating a function with one id and then add a function column to the table with id's. I've done something similar earlier. I just the very great technique shown by Patrick LeBlanc in this Guyinacube video about importing nfl data for multiple years:
https://www.youtube.com/watch?v=Z0U9UL9ORh8
ceesarcaceres
1 year agoRegular Visitor
It's works Chiel, thank you for help