wstlau 15 Apr, 2018 Is there any way to use prepared mysqli statements with the database save action?
GreyHead 16 Apr, 2018 Answer Hi wstlau,You can try using it with the : syntax - that might work. Otherwise you can use a Custom Code action and add PHP to call the MySQL query.Bob