ZMM Member

Comments

  • I believe you are missing the D in background-color.
  • Hello, I haven't actually built a custom connector (although we plan on doing this in the future), but it looks like you can write JavaScript code in them. I took a look at the documentation and if my assumption is correct, maybe try this? ..... DOMO.log('res' + JSON.stringify(JSON.parse(res).data[0]));…
  • Hi WHM, Thank you for your reply! We have done something like this on other pages, but I was wondering if this is possible in the app itself (like into a card itself, not a page with many cards). As stated, it will work with this URL in the card, but the user will need to actually click on the filter button to see the…
  • Hi @Bulloko, I just tried it and it worked! Those three fields are actually the ones that I needed to update.That is likley why it was not working for me. I was told a few weeks ago that this was a bug, but I am very happy it is working now! It would be nice to be able to update "title" as well, but for now this will work.…
  • Hi, Updating users seems to be a bug. I can confirm that I am able to get/add/delete users, but my problem is that I cannot update them. I followed the documentation regarding getting/adding/deleting users to DOMO. The ID and secret are linked to your DOMO instance. I used the client ID and secret to get the token. The…
  • Yes that worked! I was confused by way that the prompt requested the information. I seen the new instance option, but thought that it was asking me to create a new instance instead of putting the token on an unrecognized DOMO instance. Anyways, thank you very much!!