Scheduled event to import data

0
Hi all, Using the Database Replication module, I have set up an import. I have two problems: The table mapping runs once a day at midnight, but I have not set either the timing or frequency. Is this a default that can't be edited? I can't see how to edit it. To set the time and frequency I have tried to set up a scheduled event but I am unable to specify the table mapping as a parameter as a scheduled event does not allow this. (The configuration guidance in the module documentation says: To perform an import, call the "importByMapping Java action with the mapping to import as a parameter.") Any help much appreciated, David
asked
1 answers
0

David, create a microflow that includes the importByMapping java action passing the parameter, then have your scheduled event call the microflow.

answered