Custom Connector Datagrid Populating
Hello,
I'm having some decent success creating our custom connector. I'm pulling user information from a sites api and have been able to map it right in Domo. However, we use additional fields in a separate call that I'm trying to populate per user. I'm running into an issue where the if / if else statement only selects the last condition. Basically I can only call one field. How can I add have these populate correctly? I've posted some of my code and output in the photo....As you can see, it's only listing the position, when I need department to list in there as well...
Comments
-
Is anyone able to help out with this request?
0 -
Hello,
Thank you for reaching out regarding your custom connector. This particular issue is outside the scope of Domo Support, but you can still receive assistance by reaching out to your CSM. They can then loop in some internal resources to assist you with your code. If you have any questions regarding how to reach out to your CSM, please give us a call at the number below:
801.805.9505
Gordon Pont
Technical Advisor
Domo Support0 -
How about having two variables, one for dept. name and the other for position name?
if (4) then deptName = obj2.value; posName = '';
if (5) then deptName = ''; posName = obj2.value;
Then addCell using values in these two variable?
0
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 311 Workbench
- 7 Cloud Amplifier
- 9 Federated
- 3.8K Transform
- 655 Datasets
- 114 SQL DataFlows
- 2.2K Magic ETL
- 811 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 80 App Studio
- 45 Variables
- 770 Automate
- 190 Apps
- 481 APIs & Domo Developer
- 76 Workflows
- 23 Code Engine
- 36 AI and Machine Learning
- 19 AI Chat
- AI Playground
- AI Projects and Models
- 17 Jupyter Workspaces
- 408 Distribute
- 119 Domo Everywhere
- 279 Scheduled Reports
- 10 Software Integrations
- 142 Manage
- 138 Governance & Security
- 8 Domo Community Gallery
- 48 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 114 Community Announcements
- 4.8K Archive