Needed one help here. In my flow which is for a financial institution, I am extracting the data from the Database. Being a financial institution there is a restriction to copy the data from DB to Excel as they fear of manipulation. Is there a way if we can extract the data from the DB directly and use it in the front end?
If yes, then how. If we can extract data one by one like we can do it in excel would be even more helpful.
To read data from Data Table, you could use for each row activity to loop through each rows.
To get the data from row, item(“{columnName}”).toString or item(“indexNumber”}.toString