Hi
I need some help.
I building scenario which will get data from Elementor form and store in Data store by Data structure definition.
I need this data for :
- Send SMSAPI text message (work fine)
- Re send email after 6 days (there is starting issue)
To get details for future email sent i have to store data in Data store with following structure:
I have a problem with data structure for DATA, TIME and IP
The issue is related to Add/Replace a record for Data store
When I run this scenario I getting following issue:
When I removed Date, Time and Remote IP from Record, but i will keep this information in Key section and rerun scenario, the Data store will be created successfuly with KEY details.
Any idea how to store Date, Time and Remote IP ?
Based on this information I would like to check records by date and time , grab email and sent email to customer after 6 days.
Thanks for any advice