Error Unsupported Operand types:array*array

Options
Actually I am trying to multiple two row and then this error occurred in below table two row price and quantity value of price is 100 and quantity is 2 and I want to multiple this two number how  can I do that please help me
[IMG_20211104_210003.jpg]

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    Hey  it sounds like you are probably trying to multiply a list (array) of prices and a list (array) of quantity. You will need to use a For Each Loop to do so so you can iterate through each item to apply the calculation
  • Khan aqib
    Options
    Hey Michael Udinski 
    Thanks it work