Best Of
Re: Add time zone option to inbuilt date/time functions
Hi @Brycec,
I actually found that out too. However, when I asked Domo about this they said CONVERT_TZ isn't "supported" for use in Beast Modes or ETL (it's only for use in connector SQL or SQL data flows). So, although it works, it could stop working at any time and Domo wouldn't then be bound to provide any support (fix it).
Thanks!
Re: Can Workflows interact with Domo Projects and Tasks?
So you just want a function that will create a new task in a project?
Re: Is the course builder app still being maintained? Or developed
@JFRdevo I have recently built and publish apps so its still working. Not sure if they are actively developing it but its def still usable.

Re: Can the Bar Total Label be the Total % of the bar instead of the integer?
You need to write a BeastMode for your Y-axis to format it all as percentages. It will probably be something like:
sum(Aloc..)/Sum(SUM(Aloc..) FIXED())
Re: Add time zone option to inbuilt date/time functions
You can achieve this via Beast Mode. So, they probably won't spend time adding it.
CONVERT_TZ(NOW(), 'UTC', 'America/New_York')

Re: Within an App, can I filter only one card & have it not affect (filter) the other cards in the app
You can choose to have a filter card only affect certain cards (or one card) just like you can on a regular dashboard.
As for filters, they work the same as a regular dashboard. Users can customize and save a view for just themselves.

Re: Conditional Gateway Tile
https://community-forums.domo.com/main/discussion/55570/is-there-a-reliable-way-to-make-magic-etl-intentionally-fail
Re: Account Sharing for DataSet Copy Account not working
I was able to share just fine. Can you open up the network console and see if there is a specific error code being returned from the API response? Right click, then click Inspect at the bottom of that context menu, then click Network at the top of that new window. Click the circle with a line through it on the top left to clear the network console. Then, try to share the account again. Find the request, it'll be close to the bottom and be a PUT request to https://<instance>.domo.com/api/data/v2/accounts/share/<account_id>. Click the Preview tab at the top of the right-side panel. Then, expand any objects you see there and see if you can find an error message.

Re: History Keyboard Shortcuts for Undo and Redo
i definitely do this by default in any software i use, despite if i should know better - this would be a great feature for Magic ETL
Re: Duplicate Sticky Notes
big agree, this would be huge - especially as we're deciding on "conventions" to somewhat standardize the information kept there as a team