Hi,
I'm studying Power Automate flows and would like to better understand some expressions used inside the steps, but I couldn't find a related documentation.
I found the function ticks() with the parameter outputs inside a flow step.
Below the entire expression:
Can you please explain to me "step by step" the expression above?
Is the '?' a ternary operator (and if so, why do I need it here, and what the condition should be)?
I assume that "Test variable" is getting the value of the field dateto, but where is defined which entity the field is taken from?