in the below screenshot when i use {{ $fromAI(‘JSON’, ``, ‘json’) }} ai loading data but not working.
when i use that manually its working. give me solution to use json parm from ai
please give me a solution
in the below screenshot when i use {{ $fromAI(‘JSON’, ``, ‘json’) }} ai loading data but not working.
when i use that manually its working. give me solution to use json parm from ai
please give me a solution
null
or an error because it has no data to extract.try something like this - m{{ $fromAI(‘JSON’, $json[“ai_response”], ‘json’) }}