Comments
-
Thank you for the advice!
-
Fantastic, thank you!
-
Haha no, of course not. If you don't know, no worries! I followed this community post below that was able to help find those IDs. That's how I created my suggested list for your reference. Thanks for your help! https://community-forums.domo.com/main/discussion/68922/how-to-list-domo-ai-models-and-its-meta-data
-
@ArborRose would these be the correct IDs? DomoGPT - Small v2.1 = domo.domo_ai.domogpt-small-v2.1:anthropic DomoGPT - Medium v1 = domo.domo_ai.domogpt-medium-v1:anthropic DomoGPT - Medium v1.1 = domo.domo_ai.domogpt-medium-v1.1:anthropic DomoGPT - Medium v1.2 = domo.domo_ai.domogpt-medium-v1.2:anthropic DomoGPT - Medium v2…
-
Got it, how do I know the model ID for each model? DomoGPT - Small v2.1 DomoGPT - Medium v1 DomoGPT - Medium v1.1 DomoGPT - Medium v1.2 DomoGPT - Medium v2 DomoGPT - Medium v2.1
-
Hi @ArborRose , that section doesn't let me select which specific DomoGPT model I'd like to use.
-
Thanks for the feedback! Do you know how I would go about sending an email with a CSV attachment from within the workflow? Would that CSV be created from the card or a dataset? Or could it be either? Thanks!
-
Got it, thanks for letting me know @DanHendriksen
-
Thank you @MarkSnodgrass! That worked. I actually updated it to to show the date and time. SELECT CONCAT(CURDATE(), ' ', CURTIME()) As DateTime FROM Table_0 LIMIT 1
-
@DanHendriksen That is helpful to know. Thank you! I like the idea that @ArborRose shared about trigger an admin owned workflow to run based on a dataset updating. I will try to implement that into my process. I think that should work for what I'm trying to accomplish. Thank you for this tip!
-
Thank you for the ideas @DanHendriksen. That could work, unless it turns off email notifications for everyone else's workflows that contain tasks. I'll review internally. Thanks!
-
Hi @DanHendriksen, thanks for taking a look at this! Yes, I still have the association of employee ID to manager in that step. Understood. I agree that having individual tasks for each employee to manager association is the best approach. I was just hoping not to spam managers with multiple emails all at once since a…
-
Hi Jason, Thank you. This was very helpful and led me to create a working model. I decided I don't need to send an email to the manager with the employees in the message body since they will just be directed into Domo anyways. I created the below to iterate through the dataset but it sends 1 task/approval email to the…
-
@GrantSmith Understood. Thanks for letting me know. Can pfilters only be used in a beast mode or is there another way they can be used? Is there a way you can get access to the current page URL within a dataset? We have an admin dataset that lists all the dashboard IDs. Is there a way to have a card built from that dataset…
-
Thanks, @ColemenWilson. I'll take a look into this new chart type.