Support for saved macro modules when migrating from Connect to Forge macro - EAP

Hi @clouless
This change supports Cloud Connect macro to Forge macro only.
Forge macro does not have macroBody as you mentioned, but plaint-text macro body data will be available from your migrated Forge macro config using __bodyContent.

 // Forge
 const config = useConfig();
 config.__bodyContent;
1 Like