Transaction log attempted without transaction Id


Hi, I am getting the following error:

  1. in_Prefix was not provided.
  2. Transaction log has been attempted without transaction Id.

Any advice.

Regards
Anived

Hi @Anived_Mishra ,

From the Image, we have a Different Error Showing Up than the Below :

If the Invoke Method is the Problem, then instead of Invoke Method, we can use an Assign Activity to Perform the Reverse like below :

OutputEmail = OutputEmail.Reverse.ToArray

Let us know if it doesn’t work

1 Like


Sorry attached the wrong picture.

@Anived_Mishra

Hope you want to reverse the array.

If yes then remove Invoke Method activity and try below expression.

      OutputEmail = OutputEmail.Reverse.ToArray
1 Like

@Anived_Mishra

I hope you created Initialise Transaction library here. Can you please check your library xaml file whether you passed all required arguments to it or not.

1 Like

@Anived_Mishra ,

It looks like you are using a Custom Activity/Library.

And Based on the Errors, The Activity Requires you to provide the in_Prefix parameter to it.

You Should be able to Solve it either by looking at the original code/Maybe understand it’s documentation if any provided.

1 Like

Ok yeah, I will check with documentation again. Thank You

I will check, thank you.

1 Like