Marketplace Checkout Workflow

I am currently figuring out how to make this work. Perhaps you have suggestions. My goal is the list of cart items I have, when I check out creates a transaction, that has a list of purchased items based from the list of cart items.

I want to transfer the cart items in a list, to a new data type purchased items also in a list but under transaction data type

You need to use the :add list and not the :add operator since the latter only accepts a single item, whereas you’re wanting to add a list

Hello @Zeroic !
Thanks for the message. I changed the operator to ‘add list’ from an existing list but I think I am missing something here. It should add the entire list.

  1. I click the product that I want, before check out, workflow creates a list of cart items.
  2. User makes purchase, a new transaction (thing) is created, and createst a list of purchased items. That should come from the list of cart items too.

Please note I have 2 data type - cart items, and transaction. When I click the product prior to check out, I make a list out of the cart items, but when there is payout already, the list of cart items, be transferred to a list of purchased item (which is a field) under transaction data type.

This topic was automatically closed after 70 days. New replies are no longer allowed.