dakidd
dakidd6mo ago

@rubenf , see attached. you will have to

@rubenf , see attached. you will have to hook up mssql scripts to some database to make the app functional.
4 Replies
rubenf
rubenf6mo ago
thanks, if you can send us the schema, @Hugo will take a look when he is back from OOTO mid-week
dakidd
dakiddOP6mo ago
@rubenf, No schema required, in this example i'm just reading the input values. If there are any workarounds in the meantime i would appreciate it as i'm trying to showcase a poc to make a decision on moving forward with windmill
Hugo
Hugo6mo ago
Hi, to reproduce the same result as "Test reading from Static" with Eval/AgGrid, you need to stringify the result by replacing a.result with JSON.stringify(a.result) you're getting an error because you're passing a non-string object (a.result) to a string argument (nvarchar)
dakidd
dakiddOP6mo ago
Well that's simple enough.

Did you find this page helpful?