Hi, I am getting the following error:
- in_Prefix was not provided.
- Transaction log has been attempted without transaction Id.
Any advice.
Regards
Anived
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
Hope you want to reverse the array.
If yes then remove Invoke Method activity and try below expression.
OutputEmail = OutputEmail.Reverse.ToArray
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.
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.
Ok yeah, I will check with documentation again. Thank You
I will check, thank you.