Hi,I am sorry about that!
I think I will need a bit more information to investigate what the issue might be.
Can you share a screenshot of the macro that is not working or export your settings to a file so I can try to reproduce the issue on my end?
If I understand correctly what you are trying to do I would recommend separate out the actions into a macro which does not have any conditions.
So something like this:
View attachment 102239
You would then use the "Macro" action to run the actions this helper macro in both the "First level macro" and the "Nested macro".
View attachment 102240
I hope this helped / the explanation was clear enough! :)
OK, I can see that performing how you say it should and I wasn't aware of that.
However, I was wanting the nested macro to have it's own condition. I was hoping to split the condition logic over several macros to handle things like
If condition A and (condition B or condition C) then
Do you have any documentation on condition evaluation? For instance is it short circuit evaluation? How do I achieve bracket groups etc?
cheers,
David