rileystahura Contributor

Comments

  • If you want the end result to look like this: Then you can use an HTML table and create a beast mode that looks like this:
  • @btp_tlangston yeah I'm not sure, I've used both windows and Mac over the past 2+ years for various projects and I haven't had the issue. What I've been told is that this only tends to happen on apps "built on older versions of node", but I don't know what the solution is there. Happy to help!
  • hello @marcel_luthi . First I want to clarify for some that might read this thread thinking we are talking about the Variables product. https://domo-support.domo.com/s/article/7903767835031?language=en_US Bricks and Custom Apps do NOT work with the Variables product and there is no current workaround. Now when you're not…
  • @btp_tlangston The people that get this error are usually instructed to attempt these steps again using gitbash instead of windows command line / powershell. You can try that out. I've personally never had this issue so I don't have any experience with this particular error, but I know using git bash has helped others in…
  • Sure thing @Rich , @btp_tlangston Yes you can use front-end frameworks like React/Vue/Angular. I understand that the Domo “starter kit” for Vue instructs you to use the Vue cli even though that is in maintenance mode. That's fine, you do not need to use the Vue CLI as I believe create-vue supports most of what Vue CLI…
  • @cpbwg Bigquery query syntax has methods that allow you to access nested data. Here is their documentation with examples: For example, say you have a column in a row and the value is a string with nested JSON/Object that looks like this: Your query in the Domo connector settings would include something that looks like…