Error: Entered email id is not valid, Incorrect format, Input data too big
What does this mean?:
Here are some possible reason for these errors:
Entered email id is not valid.The format of the email address entered is not valid.Incorrect formatThe data that you entered is not valid. It is possible that the mapping is passing in data that is incompatible with the type required. For example if you are passing a text string for date, or passing a string for a number.Input data too bigYou could get this error if the data being passed in too long for the input field, for example if the input can be only 32 characters long and the input is much longer.
Resolution:
Ensure that the data you are mapping in has the correct format or values.
If the data does not have the correct format or values, you can use the formula mode to change the type to the right format, or make sure that the mapping is right. More information about formula mode can be found
Here are some examples of formula mode:



Have a question? Join our bi-weekly Expert Hour to get help from our Experts. Alternatively, you can find similar questions in our Q&A (Recipe Errors) Forums or Start a New Topic.