Hello everyone,
I'm currently working on a project and I need some assistance with custom actions. Specifically, I'm trying to update an App State of type "Data Type," but I'm not quite sure how to go about it. Let's assume that my App State is named "product," and it has two string attributes, "attr1" and "attr2."
In my custom code, I'd like to add two products to this "product" App State, one with "attr1" set to "test1" and "attr2" set to "test2," and another one with "attr1" set to "test1" and "attr2" set to "test2." Can someone guide me on how to achieve this? Any help or code snippets would be greatly appreciated!
Thank you in advance for your assistance.