Redirect URL on form Save based on the condition not working.
Below is the code:
n-If(fn-Equals("1","1"), http://www.google.com, http://www.bing.com)
Please provide your help ASAP.
I was able to make this work for the following scenario... I wanted the redirect to go to one page if the user was creating a new item and another place if they were editing an existing item.
I used the IF function from the Inline Functions tab in combination with the "Is New Mode" option from the Common tab like this:
fn-If(Is New Mode,http://SharePointAddressForNewItems,http://SharePointAddressForEditItems)
Hope that helps!
Brian