I have created a Microsoft Flow that reads a MS Forms request and then creates a task card in MS Planner. For each request that comes in I would like to give it a random unique number so it can be tracked.
In my create a task section, the assigned user id can have an expression provided, which is where I have tried the rand function rand(1:int,10:int) but MS Flow has said that this is not a valid expression.
Can you please help me to write the rand expression correctly, so I can give each created task a random unique number id?
Kind Regards,
JB
The image below shows the MS Flow requirements for rand and where I am trying to write the expression