Skip to main content
bisheswart9459
August 29, 2024
Question

Update constant smart service

  • August 29, 2024
  • 8 replies
  • 0 views

Hey ,

 Is it possible to update a constant with a array value using update constant smart service ?

If yes ,then how ?

Thanks ,

Bisheswar

    8 replies

    stefanhelzle0001
    Brainy
    August 29, 2024

    The "New Value" parameter is a list type. Did you try to pass a list like {1, 2, 3}?

    What you cannot do, is to change the constant from a non-list to a list type.

    bisheswart9459
    August 29, 2024

    what I am doing like ,I am uploading a excel sheet where I have 2 column name and value .And after fetching data from excel , I stored the names in one variable and values in another variable .i am using update constant service as MNI on the basis of values stored variable .

    How can i achieve in this scenario ?

    stefanhelzle0001
    Brainy
    August 29, 2024

    Please help me understand why you update a constant multiple times?

    We need more details. Any code snippets or screenshots?