Skip to main content
Nintex Community Menu Bar

Fn-Trim Error

  • May 6, 2019
  • 2 replies
  • 106 views

Forum|alt.badge.img

I have a workflow that should be extracting the data from a variable, but I am getting an error every now and then.

Ex: fn-Trim(varDescription).  

Error retrieving context data.  Error executing inline (fn-Trim) function.  Check that the correct arguments have been passed to the function.

 

 

 

2 replies

Forum|alt.badge.img+7
  • Nintex Partner
  • May 7, 2019

This help page on Inline functions suggests "If text used for a function argument contains function syntax (i.e. a brace or comma character) wrap the argument with {TextStart} and {TextEnd} to indicate a block of text that should not be parsed further." It's solved several Inline function issues for me in the past.


Forum|alt.badge.img
  • Novice
  • October 5, 2023

Thanks Jeff! This fixed an inline function issue that was driving me nuts for ages! 😊