Hey guys i need some help, i am retrieving some data from a table row and storing it in workflow.avalaibility, the result is
{"computed":{},"id":2,"createdAt":"2024-07-04T15:09:11.612Z","updatedAt":"2024-07-04T15:09:11.612Z","product_id":2,"Product_name":"shirt","Product_availability":"No","Product_Image_Url":""}
i am trying to now send user the value of only Product_availability.
I used @workflow.availability.Product_availability but it does not work what do i do?