Forum Discussion

JohnFabric's avatar
JohnFabric
Helper I
1 year ago
Solved

Running a function only once per unique value

Hello, for a report I am building I need to get the reporting structure of each user in the report. I have a list of user emails like this   And I have a custom function I run that calls an A...
  • Omid_Motamedise's avatar
    1 year ago

    Creat another query including the unique emails, then call the app for the unique list of emails and then merge it's result with your table.