GetAppCredentials - Error on Argument

Dear All,

This is how invoking is happening.
Login.xaml > GetAppCredentials > workflow of GetAppCredentials

  1. This is argument window for Login.xaml
    image
  2. This is argument window for GetAppCredentials.xaml

Along this process, arguments are being passed like this: Config → in_Config → in_Credential = in_Config(“System1 Credential”).ToString <-----------error.

This is the error message: “Compiler error)s_ encountered processing expression “in_Config(“System1 Parameter”).ToString”.”

But, I don’t know why there should be an error for that.
Could you explain why?

Thanks,
Daniel

Hi @Daun

Check this

Thanks
Ashwin S

Thank you for your attention.

Suddenly, it started working. Maybe I set the argument type wrong.

@AshwinS2

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.