Sharing data between two custom actions

Hello Everyone, I have created two custom actions for two different purpose and making api call, getting response from api in first custom action and stored in variable. I want to use that stored data in second custom actions

Add an unfeaturized slot and use the event SlotSet in the first action to save the value. In the second action you can retrieve the value like you do with any other slot.

2 Likes

Thank you @Gehova.