ContributionsMost RecentMost LikesSolutionsDocusign Pipeline Assign Signer I need to use the Docusign action through Pipelines to upload a document for signature and have the actual signature tag auto-assign to the right spot in the document for each applicable signer but haven't been able to do so. I've tried every iteration of anchor tags that I can find in public forums and docs - but nothing gets picked up like I expect. When the document is upload - I can assign the actual signer but then they are prompted to drag the signature block onto the form and sign then. For the purpose of this question - I cannot use Templates so neither pipeline action for templates will suffice. I've triedTemplate Matching in Docusign but I'm not overly confident on the foolproof nature even if I could get it to work so likely not an option either. Essentially what are the options to upload an arbitrary document to Docusign and have the signers already mapped in the document? Re: Updating predecessors in a pipeline In this case are you using the native predecessor field type? Re: Create Child Record, Save and then Edit button Can you confirm if a record is actually being created via the addRecord or is the entire page just not doing as intended? Your best bet is to open your browser console and see if you have any syntax or other errors and start there. In all likelihood if it's hung it means that you have an error with something that you would be able to see in your console that is blocking your redirect to the editRecord form of the new entry. Re: Date to show as MMM YY Your formula is fine - Month is just special since it's also the name of a formula to get the month as you're doing. Just change the variable name from var text month to anything else, something like var text monthT = ... and you'll be fine. Re: Rich Text Pages Are you still seeing this issue persist? Can you elaborate on 'how' your getting into the rich-text page itself? I don't often use Rich-Text Pages but I was able to get it to work without issue. Doesn't sound like an issue that would be tied to something specific - are you familiar with your browser console? Maybe see if something pops in there that could lead you to something. Otherwise support is your best option Re: IF Statement based on a file being attached ToText([Attachment])!="" will check if the file is present or not. The only catch is that it will not be picked up untilafter the record is saved since the file is actually committed to the DB until that. Re: Conversion from textlist to text? If you're using Multi-Select fields the easiest way to manage is just to do ToText([Mulitselect]) - then you can compare. Keep in mind that if you have multiple options you should be checking Contains() instead of "equals", since if you're looking for if option 2 is included then it may be the only option or one of several. Re: Display names in a list view as per the selection Can you explain a little more of give more detail such as the table names for context? I'm not sure I follow what you're asking. Re: Share your feedback on the new Qrew Discussions Testing as Chayce to see if the above works with copy/paste. *Ben Re: Share your feedback on the new Qrew Discussions When I go into my settings and go to Follows and Notifications I get redirected to a dead page that says cannot find current user and then the URL path is dead, I can't go back or redirect myself anywhere and have to close out the window.