Repost from another thread: https://community.anaplan.com/forums/-/message_boards/message/673839
I had the same problem. Here is my workaround applied to your problem.
I assume you have the module "Data" with four line items: A, B, C and D. You want an action button that copies B to C and one copying C to D.
Part one, Prepare modules
Create two modules. "Saved B" and "Saved D" with the same dimensions as Data.
Part two, Creating your import actions
-Import line item B in Data to Saved B, name the action Data to Saved B
-Import line item D in Data to Saved D, name the action Data to Saved D
-Import Saved B to B in Data, name the action Saved B to Data
-Import Saved D to D in Data, name the action Saved D to Data
-Import (copy) A to B and C to D in Data. Name the action Data to Data
Part two, Create your processes
-Create a process, call it Copy A to B
-Add the following actions to the process in this order:
1, Data to Saved D
2, Data to Data
3, Saved D to Data
-Create a process, call it Copy C to D
-Add the following actions to the process in this order:
1, Data to Saved B
2, Data to Data
3, Saved B to Data
Part three, be amazed
-Publish the processes to your dashboard
-Click them
-Be amazed!
If you have any questions reply here or send me a message.
... View more