Hi,
I need to get the value of how many Request Number has been showed from the Filter Array. From there, based on the value it would either output A, B, C, D, E.
So for example,
If there is a 2 REQ-00 then it would be REQ-00-B. If there is 3 REQ-00 then it would be REQ-00-C.
How can I get this value after Filter Array? Everything seems to be working well. I tried Create HTML table after Filter Array but that isnt working for me.