Sam

Results 5 comments of Sam

@melohagan Can you help to take a look on this issue?

Thank you @melohagan , hope this issue can be fixed soon.

@melohagan I have just find something on this issue, if I use `Save Row` action to update MySQL, the wrapping works just fine, I can see the MySQL logs is...

I have just use the wordaround is use Javascript to replace `\\n` with `\n` when binding back to the `Long Form Field`, the code is something like `return $("Repeater.FetchServiceDetails.Remark").replaceAll('\\n', '\n')`,...

+1 I have many custom MySQL queries, unfortunately table components cannot support multi-select for custom query yet. Then I have to use repeater instead, but I am having lagy problem...