Hi there!
Context:
We’re using the last release of Apps with EDIT GRID and VB expressions.
To simplify, let’s imagine we have an App with 1 string variable and 1 datatable variable.
One edit grid activity displays the datatable that is initialized with some data inside.
Problem
We want to make it possible to add rows that have in a given column the value of that string variable. I don’t see how since I can’t create a variable of type ‘datarow’
Any ideas?