Hi everyone, sorry in advance for a confusing question. So I have this expression rule with two rule inputs, ri!innitiator and ri!excelSheetJSON, the code works well but I have to create the test cases for each of the rule inputs and I have no Idea how I'm supposed to structure the excelSheetJSON one. I provided the code used in the expression rule, in the PM node where we included the JSON code and the test case page where you can establish the parameter for the case. My question is what do I write in the red box to give the appropriate output?
(In the expression rule)
(In the PM)
Thanks for the help!!
Discussion posts and replies are publicly visible
Hi Nickk,
If my understanding is correct, you are trying to provide the JSON value as text input to an ri! and then consume the value in the expression rule by changing it to a proper JSON format. Try following the below steps.