Here are the screenshots:



No new Draft created.
TY for the time you are investing.
Trying to Share Action:
drafts5://action?data=%7B%22uuid%22:%226E302BD4-B390-4560-B048-9527E00187B8%22,%22steps%22:%5B%7B%22platforms%22:3,%22data%22:%7B%22script%22:%22%5C/%5C/%20select%20from%20a%20list%20of%20drafts%20tagged%20%5C%22template%5C%22%20and%20create%20new%20draft%20based%20on%20selection.%5Cn%5Cnlet%20f%20%3D%20()%20%3D%3E%20%7B%5Cn%5Ct%5C/%5C/%20create%20temp%20workspace%20to%20query%20drafts%5Cn%5Ctlet%20workspace%20%3D%20Workspace.create();%5Cn%5Ctif%20(!workspace)%20%7B%5Cn%5Ct%5Ctreturn%20false;%5Cn%5Ct%7D%5Cn%5Ctworkspace.tagFilter%20%3D%20%5C%22template%5C%22;%5Cn%5Ctworkspace.setAllSort(%5C%22name%5C%22,%20false,%20true);%5Cn%5Ct%5C/%5C/%20get%20list%20of%20drafts%20in%20workspace%5Cn%5Ctlet%20drafts%20%3D%20workspace.query(%5C%22all%5C%22);%5Cn%5Ct%5Cn%5Ct%5C/%5C/%20check%20if%20we%20found%20any%20valid%20templates%5Cn%5Ctif%20(drafts.length%20%3D%3D%200)%20%7B%5Cn%5Ct%5Ctalert(%5C%22No%20templates%20found.%20To%20make%20templates%20available%20to%20this%20action,%20create%20a%20draft%20with%20the%20template%20content%20and%20assign%20it%20the%20tag%20%5C%5C%5C%22template%5C%5C%5C%22.%5C%22);%5Cn%5Ct%5Ctreturn%20false;%5Cn%5Ct%7D%5Cn%5Ct%5Cn%5Ct%5C/%5C/%20prompt%20to%20select%5Cn%5Ctlet%20p%20%3D%20Prompt.create();%5Cn%5Ctp.title%20%3D%20%5C%22New%20Draft%20with%20Template%5C%22;%5Cn%5Ctp.message%20%3D%20%5C%22Select%20a%20template.%20A%20new%20draft%20will%20be%20created%20based%20the%20template%20selected.%5C%22;%5Cn%5Ct%5Cn%5Ctlet%20ix%20%3D%200%5Cn%5Ctfor%20(let%20d%20of%20drafts)%20%7B%5Cn%5Ct%5Ctp.addButton(d.title,%20ix);%5Cn%5Ct%5Ctix++;%5Cn%5Ct%7D%5Cn%5Ct%5Cn%5Ctif%20(!p.show())%20%7B%5Cn%5Ct%5Ctreturn%20false;%5Cn%5Ct%7D%5Cn%5Ct%5Cn%5Ct%5C/%5C/%20get%20the%20selected%20template%20draft%5Cn%5Ctlet%20selectedIndex%20%3D%20p.buttonPressed;%5Cn%5Ctlet%20template%20%3D%20drafts%5BselectedIndex%5D;%5Cn%5Cn%5Ct%5C/%5C/%20create%20new%20draft%20and%20assign%20content%5C/tags%5C/syntax%5Cn%5Ctlet%20d%20%3D%20Draft.create();%5Cn%5Ctfor%20(let%20tag%20of%20template.tags)%20%7B%5Cn%5Ct%5Ctif%20(tag%20!%3D%20%5C%22template%5C%22)%20%7B%5Cn%5Ct%5Ct%5Ctd.addTag(tag);%5Cn%5Ct%5Ct%7D%5Cn%5Ct%7D%5Cn%5Ctd.languageGrammar%20%3D%20template.languageGrammar;%5Cn%5Ctd.content%20%3D%20d.processTemplate(template.content);%5Cn%5Ctd.update();%5Cn%5Ct%5C/%5C/%20load%20new%20draft%5Cn%5Cteditor.load(d);%5Cn%5Cteditor.activate();%5Cn%5Ct%5Cn%5Ct%5C/%5C/%20look%20for%20%3C%7C%3E%20to%20set%20cursor%20location%5Cn%5Ctlet%20loc%20%3D%20d.content.search(%5C%22%3C%7C%3E%5C%22);%5Cn%5Ctif%20(p%20!%3D%20-1)%20%7B%5Cn%5Ct%5Cteditor.setText(editor.getText().replace(%5C%22%3C%7C%3E%5C%22,%20%5C%22%5C%22));%5Cn%5Ct%5Cteditor.setSelectedRange(loc,%200);%5Cn%5Ct%7D%5Cn%5Ct%5Cn%5Ctreturn%20true;%5Cn%7D%5Cn%5Cnif%20(app.isPro)%20%7B%5Cn%5Ctif%20(!f())%20%7B%5Cn%5Ct%5Ctcontext.cancel();%5Cn%5Ct%7D%5Cn%7D%5Cnelse%20%7B%5Cn%5Ctalert(%5C%22Drafts%20Pro%20features%20required%20to%20use%20this%20action.%5C%22)%5Cn%7D%22,%22allowAsync%22:%22false%22%7D,%22type%22:%22script%22,%22isEnabled%22:true,%22uuid%22:%2278F03EDD-98DD-4AD0-A436-AC3B69BFB327%22%7D%5D,%22backingPlatforms%22:3,%22shortName%22:%22Template%22,%22shouldConfirm%22:false,%22disposition%22:3,%22keyCommand%22:%7B%22optionKey%22:false,%22input%22:%22%22,%22controlKey%22:false,%22commandKey%22:false,%22type%22:%22action%22,%22discoverabilityTitle%22:%22New%20Draft%20with%20Template%20(copy)%22,%22shiftKey%22:false%7D,%22logLevel%22:1,%22groupDisposition%22:0,%22notificationType%22:1,%22tintColor%22:%22blue%22,%22actionDescription%22:%22Prompt%20to%20select%20from%20a%20list%20of%20existing%20drafts%20with%20the%20tag%20%E2%80%9Ctemplate%E2%80%9D%20assigned,%20then%20create%20a%20new%20draft%20with%20the%20content%20of%20that%20template.%5Cn%5CnTo%20create%20templates%20available%20in%20this%20action,%20simply%20type%20your%20template%20in%20a%20draft,%20and%20assigned%20the%20tag%20%E2%80%9Ctemplate%E2%80%9D%20to%20that%20draft.%20It%20can%20be%20in%20the%20archive%20or%20inbox.%20The%20template%20can%20contain%20%5BDrafts%20tags%5D(https:%5C/%5C/reference.getdrafts.com%5C/topics%5C/templates.html)%20to%20insert%20time%20stamps%20or%20other%20dynamic%20data%20in%20the%20template.%20Also,%20any%20tags%20other%20than%20%E2%80%9Ctemplate%E2%80%9D%20assigned%20to%20the%20template%20draft%20will%20be%20assigned%20to%20the%20new%20draft%20automatically.%5Cn%5CnIf%20the%20template%20contains%20the%20string%20%60%3C%7C%3E%60,%20the%20%60%3C%7C%3E%60%20will%20be%20removed,%20and%20the%20initial%20cursor%20position%20in%20the%20new%20draft%20placed%20at%20that%20location.%5Cn%5Cn%3E%20Note:%20This%20action%20used%20functionality%20which%20requires%20a%20Pro%20subscription.%22,%22keyUseIcon%22:true,%22icon%22:%22page-add%22,%22visibility%22:480,%22backingIsSeparator%22:false,%22groupUUID%22:%2216EB0AFE-98EB-4FF1-A9A2-D27916970CFF%22,%22assignTags%22:%5B%5D,%22name%22:%22New%20Draft%20with%20Template%20(copy)%22%7D
Hope this is correct.