I have flow like this,
Flow P.Automate
and I have database like this,
Database
This is the detail of the flow,
Detail flow
So, I want that HTML can grab all data based on 'Job No' from the database. When I choose, Job No A.23.3010, then the data on pdf just the data which has Job No A.23.3010.
I try used formula No_x0020_Job eq '[TextInput2]' to call all data with that Job No. TextInput2 is the Job No control in PowerApps. But it cant work, can you help me to solve this problem? Thanks in advance.