Forum Discussion

primolee's avatar
primolee
Helper V
6 years ago
Solved

Calling function using Record.Field without using #shared

Hello everyone,   First of all, I would like to thank jborro and artemus for the great help that they contributed in my other post.  I think I am nearly there and I am posting this because this wou...
  • primolee's avatar
    6 years ago

    I think I found the solution...

     

    Simply modify the Output record code to the following, no need to put parameters at all.

        Output =
        [
            GoogleGSMDailyProcessor = GoogleGSMDailyProcessor,
            GoogleGSMHourProcessor = GoogleGSMHourProcessor,
            GoogleGDNDailyProcessor = GoogleGDNDailyProcessor,
            GoogleGDNAdGroupProcessor = GoogleGDNAdGroupProcessor,
            GoogleGDNSizeProcessor = GoogleGDNSizeProcessor
        ],