Scripting Memory Not Working for JSON Asserter

I have the below setup in my test set:

test.convo.txt

#me
Hello

#bot
How can I help you?

#me
I need help with my device

#include
useful_links

useful_links.pconvo.txt

useful_links

#bot
$texttest
BUTTONS How to fix your device
JSON_PATH $.data.ctas[0].url | $supporturl

variables.scriptingmemory.txt

               |variables
$supporturl   |https://supporttest.ca
$texttest |Here are some of the main support links.

The text assertion for the $texttest variable works as expected, but the JSON asserter with the $supporturl variable results in test case failure. Does the JSON asserter support scripting memory?

Yes, its supports. What is the error message pls?

ASSERTION FAILED in JsonPathAsserter

Using JsonPathAsserter with scripting memory currently supported just in convo, not in partial convo (pconvo).

We plan to implement it, and add it to the next release.