Skip to main content
August 21, 2023
Question

Error in interface

  • August 21, 2023
  • 5 replies
  • 0 views

I have got this error when I click on button in interface for starting Process model.

How can I resolved this error

    5 replies

    stefanhelzle0001
    Brainy
    August 21, 2023

    Seems like that model expects a dictionary where you only pass an integer. You have to check the data types of the process variables versus the types of the passed values.

    August 21, 2023

    what is difference between cdt and dictionary

    mathieud0001
    August 21, 2023

    CDT is an explicitly defined data type with fieldnames and fieldtypes. A dictionary (or Map) is dynamic. It doesn't force names or types.

    November 9, 2023

    Hi shifaalam, you need to make both variables of same data types for a!save under start process, According to my view, you can try to converting your integer field in dictionary format by casting or vice versa. Thanks.