Skip to main content
September 2, 2022
Question

linking with interface

  • September 2, 2022
  • 5 replies
  • 0 views

in interface read only grid i just want one city name and area name what configuration i need to do

    5 replies

    September 2, 2022

    One city Name and area name mean? Combination of both should be unique?

    September 2, 2022

    i just want one row of state and area name so that means i just want to fetch only the detail with is at first index in integration object

    September 2, 2022

    Then you can use index function. For example: index(local!result,1,{}). It will return the data at first index,