How can I capture the name of the person running a SharePoint Designer workflow?

I have an InfoPath form that requires the signature of several approvers.  To save time the approvers don't actually go into the form to approve.  Instead they get an email that contains data from the form that pertains to them.  They click
on a link and start the approval workflow which needs to capture who they are in order to display it as the signature in the form.  
...so the questions are...
How do I get a SharePoint Designer to capture the name of the person running it and write it to a column in the Form Library so that the form can capture it?  
I've been trying to use Modified By, assuming it captures the name of the person who last ran the workflow (modified the item); but this doesn't seem to work.  It captures the name of the person who modified the form before running the workflow, not
after.  
Any help would be greatly appreciated.  Thanks for taking the time to read this!!  

  the below links may help you !
http://claytoncobb.wordpress.com/2009/06/21/userprofileservice-extended/  
http://social.msdn.microsoft.com/Forums/sharepoint/en-US/64fa2f61-0ff0-4076-810d-fdf209efa551/can-the-from-in-workflow-email-be-set-to-the-person-logged-in?forum=sharepointcustomizationlegacy 
Sivabalan

Similar Messages

  • How can I delete a name in the address of a text message?

    How can I delete a name in the address of a texas message?  The letter W appears as an addressee in error.  The text message was not sent.  The other addressess in the message was correct.

    if there are going to be a lot of dash characters you could read the string character by character, compare the value of the character with the range of values for a letter in ascii, and not copy it to a new string if it doesn't match. If the odd character out is only going to be a dash, you can search the string for the character, split the string at this point, append it to a string buffer and keep doing this till you're done. Just suggestions :)

  • Oracle Trigger - How can I capture and correct on the fly  ORA-01847

    Oracle Trigger - How can I capture and correct on the fly ORA-01847 day of month must be between 1.
    I have a table that has a date column. Sometimes an invalid date is passed and I'd like to capture and initilize the incoming value to null and have it inserted without error. Currently I get ORA-01847 day of month must be between 1.
    Example:
    create table ep1
    col_1 number,
    col_2 date
    Now if a user does the following, I want no error to occure but rather for the date value to be set to null and inserted.
    insert into ep1 values('1', '41-JAN-13')
    The insert may come from any client and I can't change the calling code hence can't used a precedure to replace the insert. I'm guessing there is some way to catch system level exceptions on the DB level. This doesn't need to be nice, it just needs to work.
    Here is the question on experts exchange. I'm told there is no way, but there must be. After all the exception is on a DB system level and I would think one could extend or override these, or disable them.
    http://www.experts-exchange.com/Database/Oracle/PL_SQL/Q_23045306.html

    SQL> declare
      2     wrong_month      exception;
      3     pragma exception_init (wrong_month, -1843);
      4  begin
      5    begin
      6      insert into emp (empno, hiredate)
      7      values (2345,to_date('13/25/81','MM/DD/YY'));
      8    exception
      9      when wrong_month then
    10      dbms_output.put_line('I caught the bad month');
    11      insert into emp (empno, hiredate)
    12      values (2345,null);
    13    end;
    14  end;
    15  /
    I caught the bad month
    PL/SQL procedure successfully completed.
    SQL>
    SQL> select * from emp
      2  where empno = 2345;
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
          2345Note the 1843 error vice 1847. It can be done outside of a trigger.

  • How can i get my name on the finder bar?

    How do i get my name on the top right corner next to the search bar? I have OS X Mountain Lion 10.8.5

    System Preferences > Users & Groups
    Click the lock to unlock it, if you have to.
    Click "Login Options".
    Enable " Show fast user switching menu as" and select "Full Name".
    Best.

  • How can I change my name on the upper right?

    That was the name into account in the past but I changed itand it stayed with him where he slept here ..??

    And my name my account is not it but it is duly impressedme that.
    you can see that the name in the
    Account is not as it appears in icloud

  • Cannot set the email from address (reply-to) in SharePoint Designer workflow

    I have created several workflows for custom lists. Among other actions, they send out emails. It appears however, that they all use the same from-address. I would like to supply each of these workflows with different reply-to addresses.
    Can I do that? After a lot of searching it appears that the only way is to create separate Web Applications, since the reply-to address is set on Web Application level. But that would require several extra web applications in my case, which again need their own site collections and sites.
    I really, really miss a "From" field in the SharePoint Designer workflow "Send e-mail" action.
    Best regards, Jan.

    Hi,
    I think it is not possible out of the box. Have a look at the "Send email extended" custom SPD workflow activity (http://www.codeplex.com/SPDActivities ). As per the website "Send email extended - Enhanced version of the OOTB activity. Allow you to specify the sender. Also does not break links in body."
    Hope it helps.
    Xue-Mei Chang

  • How to get First Occurnece of SubString from any string using SharePoint Designer Workflow in SharePoint Online 2013(Office 365)

    Hello All,
    I am facing Problem in SharePoint Designer Workflow. The Problem is that while replacing some subtstring with Space from a string which contains item like {Test, Test, Test, Test}, It replaces all items.
    Below two line we are using in Workflow.
    Can any body suggest some soultion for Finding first ouucrence of ", " so that we can replace only first value from string not all. When String values are different then getting proper values but if String values are same with comma
    seperated then it replace all values.
    Please some body help and your help will be heighly appriciable.
    Thanks in Advance.
    Thanks,
    Vivek Kumar Pandey   

    Have you tried to use Regular Expressions instead of Replace?
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • AO 1.4 patch 7  how can I hide technical names in the analysis panel

    I just install analysis for office 1.4 patch 7.  
    We love the speed in which it opens and connects to the BI platform.
    The problem is that now in the Analysis panel the technical names are displayed in front of the description.
    How can I turn of the technical names?
    It is very confusing to our users.
    Patty

    Patty:
    Under Analysis > Settings > Support Settings Tab
    Click off Display Technical Names

  • How can I get object name inside the object

    I'm trying to get the object name inside its pl/sql code to pass to another procedure, there must be a way to select object name from system tables ?
    Thanks for help

    Dear Garcia,
    Let me try to help you out..
    First of all let me confirm your requirement.. ie you want to get the attribute 'CONFIG_LINE_COL' of type cl_crm_bol_entity_col from the object 'ISUORDERITEM" right ?..
    try this code,
    data: lr_col type ref to cl_crm_bol_entity_col.
    lr_col = me->typed_context->isuorderitem->config_line_col.
    now you got the collection in lr_col variable.. you can play with this data now. I dont know whats your actual requirement so that i can help you further :).
    Hope it helps.
    Regards, Sudeep..
    Edited by: sudeep vd on Oct 2, 2008 7:31 PM

  • HELP. Capture the Hdv with the Apple prores422 Capturing, but i can't chande the name of the file

    Hello there,
    i'm conforming an hdv shot while i capture it into FCP whit the setting of Apple pro res422.
    So the point is that when i start to capture the only thing that i can controle is to give the name of the file that i'm going to capture..
    everything is ok, but whet i have to chage the tape and so..the name of the file it does not work, even if i write the new name he keep the last name that i  use...
    i don't know what to do, i can't change the name after i capture because he capture the tape creating different file at all the stop of the shooting, so that i have alot of file for one tape..
    it looks like he keep in memory some protocols with the first name i give..but how i can change it when i change the tape??
    thnak u
    fede

    When you are logging your tape prior to capture you can do this.  For example, tape one contains scenes 1,2 and three, multiple takes of each.  Go to the beginning of scene one take 1.  Mark an in point.  Go to the end of all the takes of scene 1 and mark an out point.  Log the clip as scene one.  Do the same for scenes 2 and three.  Hit the batch capture button.
    Then as it captures it creates scene 1, scene1-1, scene 1-2, scene 1-3, et cetera.
    I HATE HDV.

  • How can I change the name of the administrator that shows on Home Icon?

    Hello
    I've bought this laptop from a reliable source, went to the Apple Store (Regent St) with the box and they registered it in my name, address and so on. No problems, the mac works fine.
    However, the Home/Icon and administrator is in the name of the old owner. Obviously, he gave me the password. But, I really want to have my name on it.
    I've the box, the discs and all the books. Everything is in really good conditions.
    I read the manuals, the instructions are straight forward but on the net and forum related mac, I can see that are lots of people having problems when they reboot and are unable to login and so on...
    The genius bar at the Apple Store is okay, but the staff main objective is to sell and they are not very patient and neither have much time for you. Normally I end up leaving the store with software that I don't have a clue how to use and the problem unsolved. And it stresses me out.
    Can someone help me please.
    Thank you
    Best regards

    1. Yes, just the Shortname will be changed.
    2. Not easier, but you can do that if you wish.
    since I'm in the official Mac support forum should I expect to receive a reply from a Mac expert staff or it is unlikely to happen?
    Just other Users here like you, trying to help other users. For a real Apple answer I think you have to call AppleCare, but rarely an Apple Host pops in... wouldn't expect it in this case though.
    I do thank you for the info about your software and obviously will make a donation if everything works fine.
    Not mine, but a worhy piece of SW just the same.

  • I have three different listings for Bob Seger on my iPod (bob Seger, Bob Seger System and Bob Seger and The Silver Bullet Band) How can I put all 3 in the same artist folder without changing artist name?

    I have three different listings for Bob Seger on my iPod (Bob Seger, Bob Seger System and Bob Seger and The Silver Bullet Band) How can I put all 3 in the same artist folder without changing artist name?

    Can you just create a new "Playlist", name it Bob Seger and drag what you want into the Playlist.
    File/New Playlist

  • Label Printing Using Address Book - How can I Print multiple labels of the same name?

    Label Printing Using Address Book - How can I Print multiple labels of the same name?

    I used to be able to print multiple copies of the same picture on one page using iphoto. There was a customise button when you went through to print and it was there somewhere. I can't see it anymore - maybe since an upgrade.
    It's gone. But as a work-around, duplicate your photo (⌘D) to create as many versions as you want copies and select all at once. Then use the "Custom" print layout and set the photo size you want.
    After printing, trash the added versions.

  • How can I uniquely identify computers on the same network/account specifically for airdrop use?  When I change name on one computer under contacts if changes on all computers.

    How can I uniquely identify computers on the same network/account specifically for airdrop use?  When I change name on one computer under contacts it changes on all computers.  I would like to change icon and name for each computer.

    you would need to setup a VPN and tunnel into your office.
    FYI..the default ports are 3283 and 5900.

  • I found the solution to a Mavericks bug on the Mail program. How can I share it? Several of my mail boxes stopped functioning properly when I updated to Mavericks. After long hours, I discovered that if I change the name of the mailbox, the content works.

    I found the solution to a Mavericks bug on the Mail program. How can I share it? Several of my mail boxes stopped functioning properly when I updated to Mavericks. The title of the mails stored in the mailbox appear, but the content was unavailable.
    After 4 long hours at the phone with the Apple staff unable to help me, I discovered that if I change the name of the mailbox, the contents of the mails stored there become available.
    Please, make this solution available to other people!

    You have found the the way to share it.   Include your problem and its solution in a forum post in the Mavericks forums.   Then mark you own post with a green solved star.
    Note.  You won't get any points for that; points are only awarded where you mark someone else's post as either helpful or solved.

Maybe you are looking for

  • How to use one form to calculate totals form 4 individual forms

    If i had 4 separate forms with 3 number fields each, how can i use one form to calculate theirs totals? Form 1 numbers + Form 2 numbers + Form 3 numbers + Form 4 numbers = Form with combined totals can anyone point me in the right direction? Thanks

  • ABAP Query Quantity totals wrongly - M.Type 101+, 102-

    Hi Friends,                 Could any one help me in this? I created an ABAP Query for the combination of T.codes MB51 & MB52. When I see the total qty for the item which has GR and Goods return document.........say first by 101 I rerceive 5 nos and

  • At least one entry could not be found in object buffer

    Hi All, I am frequently getting the message <b>'At least one entry could not be found in object buffer'</b> when I am saving a service process through CRMD_ORDER. Does anybody have faced the similar situation, if so pls help me on this. (Note: For yo

  • Importing Blu-ray m2v file--over 3hrs and still 0% Completion

    Running Encore CS3 on a Quad-core, 3.5GHz. I exported via Adobe Media Encoder from Premiere CS3, a 18 minute Blu-ray format video with PCM audio, using the Blu-ray preset. I then tried to import these files into an Encore CS3 Blu-ray project. The vid

  • ACCESS CONTROLS -  UME ROLES (RAR)

    Hello Experts! i was wondering if you could help me. Is there a way to create/modify a role with the activity to assign Custom User Groups in RAR? I checked the actions that exist for VIRSA.CC and didnt found any relevant actions. I dont want to give