0

I have created a data table in unqork. How do I get data from that table based on a reference value. For example the user enters a piece of data that resided in column A and I want to display the corresponding value from column C on my form.

IMSoP
  • 89,526
  • 13
  • 117
  • 169

1 Answers1

0

You can use data work flow. Filter the data using _arg = < your Data > and extract the required data using formula component [0].< column_name >

Hope it will help you.

Roland Lariotte
  • 2,606
  • 1
  • 16
  • 40
Magesh Kumar
  • 101
  • 1
  • 1