Getting Current User Profile Data

I'm currently working on a custom application that allows users to submit data. We would like to be able to capture a field from their Domo profile in order to apply PDP when showing the data that they have submitted. Is there a way that we can capture current user data from Domo when the user is viewing the card?

Answers

  • Hi @MosesWynn

    You can utilize a Dynamic PDP policy for a trusted attribute. I've done it in the past using an employee ID to dynamically apply PDP when they're looking at specific pages.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • @GrantSmith - thanks! That is what I was hoping to do, but first I need to be able to pull in the user data when they are submitting the form. I was able to find the information I need here https://developer.domo.com/docs/dev-studio-tools/domo-js

    I am going to pull the domo.env.userId field and that should allow me to apply PDP.

    Thanks!