Hello,
I am hoping this will be a simple one and someone can help.
I need to copy an existing Project using Fusion but not sure which module is best to use.
I will have a Typehead field that holds the Project name, so I should be able to get the ID from there using a Parse JSON module.
Hope someone can help, thanks in advance!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Donna_Boj
Boy thank you for that question:D I had to go to support!
Shoutout to @jritter!
So here is the deal:
Using a customAPI module you can duplicate a project.
Method: POST
queryString : 2 parameters
Body
updates={"name":"{the name of the new project}","status":"{the status of the new project}"}
The resulting bundle :
Hi @Donna_Boj
Boy thank you for that question:D I had to go to support!
Shoutout to @jritter!
So here is the deal:
Using a customAPI module you can duplicate a project.
Method: POST
queryString : 2 parameters
Body
updates={"name":"{the name of the new project}","status":"{the status of the new project}"}
The resulting bundle :
Hi Sven,
I have just tested this and it worked!!
Thank you so much.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies