Problem whith sending argument between chid and parent

Hi,

I had a great problem, i had a main xaml that call a child xaml
the child xaml calculate a “position” and send it to the main
but it does not work nowrecherche.xaml (12.1 KB)
modéle1.xaml (282.9 KB)
, it worked this morning !!!

Hi @abdel,

What is the error that you are seeing? I see from your workflow that you are having a writeline at the end of recherche workflow, does it print any values there?

I thought this link will be very helpful for you in the forum along the way.

Your post is a question on how to achieve something and not an Idea, please remember to mark the right categories and tags when posting.

Happy Automating!

1 Like

it print the right value,

You have a variable and an argument with the same name that’s why its not working very well.
Please take a look at the Naming Best Practices.